Hacker News new | ask | show | jobs
by jonomacd 1158 days ago
You don't have to hydrate the html as events get triggered from "hx-" attributes on the elements as rendered server side. htmx takes care of it for you.
1 comments

So where are the event listeners then? On the body tag, and they bubble up and then examine the hx attribute? Is that how it works?