Django 5.2 simple_block_tag with HTMX
Django 5.2 introduces the new simple_block_tag()
, demonstrated here with HTMX to validate and test custom attributes for more robust and maintainable components.
devMode.fm // Dynamic HTML with htmx
An interview with Carson from Big Sky Software, the creator of htmx which brings dynamic functionality to the modern web without needing to write your own JavaScript.
Django HTMX Modal Popup Loveliness
A pattern explained with code for providing Django modal popups via HTMX.