Hacker News new | ask | show | jobs
by dsego 1 day 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.
1 comments

This 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.