Hacker News new | ask | show | jobs
by taffer 247 days ago
> tons of logic _in_ your html

That is not at all what HTMX does. HTMX is "If the user clicks[1] here, fetch some html from the server and display it". HTMX doesn't put logic in your HTML.

[1] or hovers or scrolls.