(no title)
jazzypants | 1 month ago
I think HTMX is really well designed for what it is, but I struggle to think of an occasion when it would be the best option. If you have any amount of interactivity, you'll get better DX with a full client side framework. If you don't have much interactivity, then you don't even need a JavaScript library in the first place. Just write a static website.
lunar_mycroft|1 month ago
jazzypants|1 month ago
If you're not displaying derivations of server-side state in more than one place on the client, then you don't need HTMX.
htmXlabs|1 month ago
Endless scrolling (made popular by Facebook/react) used to be heavy on the browser and sometimes made mobile devices unresponsive. That is not an issue anymore.
Tbh, I can't name a single issue we have today that requires large client-side frameworks for a fix.
cies|1 month ago