• Alavi@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    16 days ago

    No.

    What you most probably want to do is to build your next app as simple as possible, with hypermedia driven architecture, using established patterns of rendering server side, sending html to client, client replaces HTML.

    HTMX is one tool that complements and fits nicely within this well established paradigm, which is the way I’m doing web development going forward.