My opinions on HTMX
Posted on 2025-06-24 in Programmation • Tagged with Python, Django, Web, JavaScript
HTMX is a JavaScript library designed to add interactivity to your web pages. With it, you don’t build a single page application, you use standard templates (written in Django, Jinja) rendered in your backend, add attributes to your HTML elements and let HTMX add the appropriate interactivity. From what …
Continue reading