Django HTMX Modal Popup Loveliness
A pattern explained with code for providing Django modal popups via HTMX.
htmx - Carson Gross (Ep95 Replay)
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.
</> htmx 2.0.0 has been released!
htmx 2.0 is the best thing since htmx 1.0 and is newly released.
Ditching Django Admin for FastHTML with HTMX
Build a focused platform monitoring dashboard in 142 lines of Python using FastHTML, HTMX auto-refresh, and simple cookie-based auth to overcome the limitations of Django Admin.
OmenApps/django-htmx-todo-list: Quick example of a todo list application using Django and HTMX
Quick example of a todo list application using Django and HTMX - OmenApps/django-htmx-todo-list
BugBytes: Django and HTMX #21 - WebSocket Notifications with the HTMX WebSocket Extension
A look at how to use HTMX's WebSocket extension with Django to create a notification system.