Hacker News new | ask | show | jobs
by bluewalt 943 days ago
I think he knows that. The comparison with jQuery comes from the fact it is a DOM replacement logic too. Even if the syntax is way better, in the end, it’s still a way of working that scales badly, compared to components which embed their own logic.

htmx shines to add dynamic behaviour on some pages, but is not appropriate to replace a medium-sized SPA in my opinion.

1 comments

I personally think htmx augmenting a MPA approach is perfect for medium-sized apps.