You Don't Need JavaScript
Explores using htmx instead of JavaScript for dynamic web features like AJAX and infinite scroll in various frameworks.
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.
Explores the trend of using Alpine.js and HTMX to add reactivity and interactivity to server-side rendered HTML with minimal JavaScript.
A tutorial on integrating htmx with Django to delete list items without page reloads, including CSRF token handling.