6 ms·
I think HTMX lacks a sensible way to do composition and reuse on the component level, something that react/vue/solid do extremely well. Since you are basically
by dsego 2mo ago
I think HTMX lacks a sensible way to do composition and reuse on the component level, something that react/vue/solid do extremely well. Since you are basically mostly swapping html content, it gets tricky if you want to reuse partials.
- sgt 2mo agoThis is probably true, but I'm pretty happy just using the template engine on the server side and keeping thing DRY as much as possible. Htmx is still going to be faster by orders of magnitude to write and maintain, so choose where to spend your innovation tokens.