| ▲ | toddmorey an hour ago | |||||||
Nope, HTMX could power endless scroll features if you want them | ||||||||
| ▲ | egeozcan an hour ago | parent [-] | |||||||
Yes but then you're doing HTMX not HTML and at that point why use something that's more flexible. I'm saying this as a person who still maintains a small application done with Intercooler.js and is perfectly happy with it. If you want basic interactivity, HTMX is fine. If you want something more (like sortable) I'd reach for lit instead of adding the Sortable.js dependency, something the HTMX docs suggest ( https://htmx.org/examples/sortable/ ) And yes there are also some scenarios that you want to control the whole routing and rendering stuff, then go for Solid, React, Angular, Vue, whatever. There is no golden rule to all of this but finding out what makes sense is a fun exercise. | ||||||||
| ||||||||