5 ms·
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]:
by Dauros 3y 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/ https://htmx.org/extensions/client-side-templates/
- dalmo3 3y agoOn a sufficiently long timeline we'll see full SPA frameworks on top of htmx ;)