HTMX + Django: Modern Python Web Apps, Hold the JavaScript Transcripts
Chapter: Course conclusion and review
Lecture: Setup
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
To use htmx, you need to include its JavaScript file as part of your site.
0:07
You can also optionally install Django htmx to take advantage of some common utilities in that library.
0:14
This course only showed you the request.htmx feature from the middleware, but the library
0:21
also provides more information about the object that triggered the event as well as some handy
0:26
response classes that can be helpful when using more advanced HTMX features.