filmov
tv
Toasts with Django+HTMX
Показать описание
This video is a follow-up to my previous video, which showed how to implement modal forms with Django and HTMX.
In this video, I'll show how to notify the user by displaying a toast when an operation completes.
The following blog post contains a condensed version of this video:
The following GitHub repository contains a complete project demonstrating the technique:
Table of Contents:
00:00 - Introduction
00:43 - Add the toast element to the DOM
02:32 - Raise an additional event from the view
07:26 - Intercept the event on the client
11:44 - Test
12:42 - Conclusion
In this video, I'll show how to notify the user by displaying a toast when an operation completes.
The following blog post contains a condensed version of this video:
The following GitHub repository contains a complete project demonstrating the technique:
Table of Contents:
00:00 - Introduction
00:43 - Add the toast element to the DOM
02:32 - Raise an additional event from the view
07:26 - Intercept the event on the client
11:44 - Test
12:42 - Conclusion