Hacker News new | ask | show | jobs
by Dauros 1160 days ago
It's already supported with the client-side-templates extension [1]. HTMX can fetch JSON from the backend then calls e.g. nunjucks.render() with the data.

[1]: https://htmx.org/extensions/client-side-templates/

1 comments

On a sufficiently long timeline we'll see full SPA frameworks on top of htmx ;)