7 ms·
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.
by jonomacd 3y 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.
- 8n4vidtmkvmk 3y agoSo 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?