Comment by n4pw01f

5 hours ago

Replace React / Vue with HTMX 2 years ago and still going strong.

Hono + WebComponents + HTMX + serverless is the backend for my apps now.

What is the point of using HTMX if your backend is JavaScript(Hono)?

  • Adopting something like HTMX is primarily a UX choice, and the language you use to serve it is almost irrelevant to UX. JavaScript is a nice backend language. It’s fast, has a massive ecosystem, and many people know it well.

    • I don't see how HTMX has anything to do with UX. Could you clarify what you mean?