Hacker News new | ask | show | jobs
by seti0Cha 1137 days ago
The nice thing about htmx is it gives a middle ground between the two. Build with the simplicity of an MPA while getting a lot of the nice user experience of an SPA. Sure, you don't get all the power of having a full data model on the client side, but you really don't need that for most use cases.
1 comments

OTOH if you need to go back to the server after every interaction the UX can get pretty bad for distant users.