The fetch()ening
Announcement of htmx 4, replacing XMLHttpRequest with fetch() and introducing breaking changes with a detailed upgrade plan.
Announcement of htmx 4, replacing XMLHttpRequest with fetch() and introducing breaking changes with a detailed upgrade plan.
Explains how HTMX uses 'previous' and 'next' mechanics with CSS selectors and the Node.compareDocumentPosition() method.
A developer shares progress on his educational course, detailing improvements to his video recording workflow and technical decisions like adopting htmx.
Upgrading a SaaS app's Heroku stack and htmx, plus adding an empty state feature for a better user experience.
A developer shares lessons learned while using JavaScript FormData to build a dynamic feature for a SaaS application.
A developer builds a new teacher checklist feature in a Django SaaS project, creating a dedicated 'teachers' app.
Explores using htmx instead of JavaScript for dynamic web features like AJAX and infinite scroll in various frameworks.
A developer troubleshoots a broken Python virtual environment and dives deep into dependency installation issues in this coding screencast.
A developer works on a bulk delete template for a SaaS homeschool app using Python, Django, and htmx.
A tutorial on integrating htmx with Django to delete list items without page reloads, including CSRF token handling.