HMPL-DOM: The HTMX Alternative for Writing Reactive HTML Without JavaScript
SMRTR summary
hmpl-dom is a library for integrating HMPL templates into the DOM using <template> tags. It allows developers to embed dynamic, server-driven components directly in HTML, which are automatically rendered and updated by the HMPL engine. The library requires hmpl-js version 3.0.0 or higher and can be installed via npm or CDN.
SMRTR provides this summary for quick context. The original article belongs to Lobsters.
Read the original article