• PenguinCoder@beehaw.orgOP
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    That’s AJAX

    Yes, and that’s what is shown in this article.

    … return HTML content and use the htmx library to handle the AJAX requests

    htmx is not meant to do anything fancy that you can’t do with Ember/Angular/React/Vue/etc.

    htmx is simpler though and has a few benefits as I see it, compared to those frameworks:

    • No duplication of data models and routing, and all business logic stays on the server-side where it belongs.

    • No build step, no dependency hell, and no outrageous churn; just include one JS file that browsers should be able to run indefinitely.