Hacker News new | ask | show | jobs
by kolme 800 days ago
Not really, all the rendering is done in the server.

All HTMX is doing is fetching HTML snippets from the backend and patching them onto the DOM.

1 comments

> All HTMX is doing is fetching HTML snippets from the backend and patching them onto the DOM.

That's how it should work, although you can get easily get around that and tack on client side rendering.