How to use htmx to make Django forms dynamic without having to write any JavaScript.
If you like this video you might also like my blog at https://mattsegal.dev
All code examples available at https://github.com/MattSegal/django-h...
Does you business need to launch a new Django site? I can help: https://mattsegal.com.au
0:00 Intro example
2:16 Intro to htmx
3:37 GitHub project
4:43 Review of project without htmx
13:09 Diagram of new architecture
15:19 Adding htmx to the project
23:28 The nested form problem
25:00 CSRF trick
26:15 Conclusion