Hacker News new | ask | show | jobs
by designerarvid 16 days ago
Isn’t the whole point of HTMX philosophy to question whether you need interconnected components with shared state? Most apps are doing crud on a database at the end of the day.
2 comments

I think it very much depends on what you're doing. Would it make sense to build Google Docs in HTMX? Probably not. Does it make sense to roll out SPA + JSON API for something that is basically a reskinned Django Admin? Probably not.
Yes. And additionally most "apps" are just static web sites with static components.