Creating a To-Do app with Django and HTMX
An 8-part series of building out a To-Do app in Django with HTMX and a test-driven development flow.
Show Django forms inside a modal using HTMX
Learn how to create and edit models using Django forms inside a modal using HTMX
Django Chat #95: htmx with Carson Gross
Carson is the creator of htmx (formerly intercooler.js), which allows for AJAX, CSS Transitions, WebSockets, and Server Sent Events directly in HTML: no JavaScript required.
Bulk update with django and htmx
Code and explanation for a very common issue: bulk uploads in Django. Using htmx no less.
Rapid Prototyping with Django, htmx, and Tailwind CSS | TestDriven.io
In this tutorial, you'll learn how to set up Django with htmx and Tailwind CSS. The goal of both htmx and Tailwind is to simplify modern web development so you can design and enable interactivity without ever leaving the comfort and ease of HTML. We'll also look at how to use Django Compressor to bundle and minify static assets in a Django app.
Progressively Enhance a Form with HTMX
Django Fellow Carlton Gibson posted a nice example of how to progressively enhance a form with htmx.
Django, HTMX and Alpine.js: Modern websites, JavaScript optional
Part 5 of Cory's Modern JavaScript for Django Developers series, this tutorial looks at combining HTMX and Alpine.js to "sprinkle in" JavaScript to a Django app.
Dynamic list views with Django and htmx
How to make Django list views dynamic without writing any JavaScript.
`django-htmx` Now on Read the Docs
As part of the django-htmx release there is now a built-in documentation site but with Sphinx and hosted on Read the Docs.