HTMX Example
Sveltempl works OOTB with HTMX, because each server-rendered component instance includes its own inline es module which imports the code-split compiled client component script -- We don't need to monitor changes or run event-driven code to hydrate any new components that come in asynchronously, hydration just works, automatically.
* Technically though, we've already demonstrated this because the entire site navigation is clientside using HTMX hx-boost
attribute.