top | item 45354840

(no title)

lo_fye | 5 months ago

>> it allows us to write an HTML-first back-end in such a way that it feels like writing an SPA.

I think you’ll find that most people who love HTMX don’t ever want something that feels like writing an SPA.

discuss

order

mleonhard|5 months ago

Yes. With HTMX, one can put a page definition and its endpoints in one file. It has high cohesion.

There's no integration with routers, state stores, or rpc handlers. There are no DTOs shared between the frontend and backend. It has low coupling.

High cohesion and low coupling bring benefits in engineering productivity.