HTMX Is So Cool I Rolled My Own!
Summary
The article discusses HTMX as a server-driven alternative to modern JavaScript front-ends, noting its strengths and limits. The author experiments by replacing SvelteKit with a DIY solution (DinoSsr) and then builds a minimal, custom version to keep interactive components (like an audio player) intact across navigation. It also covers practical considerations, such as caching, pushState, and the balance between server templates and client-side JS.