HTMX + Django: Modern Python Web Apps, Hold the JavaScript Transcripts
Chapter: Feature 4: Integrating with front-end frameworks
Lecture: Mixing frameworks with HTMX intro
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
In a previous lesson, I showed you how to use the Revealed event to implement infinite scroll.
0:07
In this lesson, I'll cover how you can mix and match HTML with other frameworks, using Bootstrap as an example.
0:15
The goal this time is to create a Bootstrap-based modal dialog box. The button that pops it up will be a little info icon in the navbar,
0:24
and the content of the dialog box will be a partial sent by the back-end.