HTMX vs. jQuery for DOM / Web Scripting
If you were wondering how to swap out jQuery for HTMX, here is a good video overview.
Modal Forms with Django, HTMX, and Tailwind CSS
How to convert a traditional Django form to an HTMX model element in just a few quick steps.
Django and htmx Tutorial: Easier Web Development
An hour-long tutorial from Christopher Trudeau exploring how the htmx library can bring dynamic functionality, like lazy loading, search-as-you-type, and infinite scroll, to your Django web applications with minimal JavaScript.
How to show a modal in Django + HTMX
Learn how to display a Bootstrap modal using HTMX - no JavaScript required.
Creating rows for django-tables2 with HTMX
A detailed look with code at using HTMX with tables in a production Django app.
Following up "Mother of all htmx demos"
Almost 2 years since my talk at DjangoCon Europe about migrating from React to htmx. A lot has been said and asked, here is my follow-up.
How to create a Django form (using HTMX) in 90 seconds 🐎
Minimise javascript. Maximise building speed with Django and HTMX.
Add infinite scroll with Django and HTMX in 60 seconds
Speed your initial load - get content only when the user wants it.
Switching between partial and full html when using django and htmx
Discover how a custom context processor can switch between partial and complete HTML templates in Django, optimizing for HTMX requests.
How to speed up your Django list view (with HTMX)!
Wondering how to deal with django-debug-toolbar telling you your "DOM loading" time is slow?