Where to learn Django with htmx in 2022
A curated list of free text and video guides to learning htmx + Django.
TestDriven.io: Full-stack Django with HTMX and Tailwind
Modernize your Django application with the agility of HTMX and the elegance of Tailwind CSS!
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.
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.
Smooth Page Transitions in Modern Browsers
Implement smooth cross-page transitions in Django projects using the View Transition API and CSS animations, supporting both dynamic updates via HTMX or Alpine AJAX.
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.