In this video, we'll go over how to add a loading indicator when making requests to a backend with HTMX.
📚 Repository: https://github.com/webdevfuel/htmx-lo...
🖥️ HTMX Go SaaS Blueprint: https://www.webdevfuel.com/hgsb
00:00 - Introduction
01:18 - Templates Overview
03:23 - HTMX Attributes Documentation
04:04 - Disable Add Button During Request
05:01 - Disable Delete Button During Request
05:43 - Create Spinner Component
06:23 - Add Spinner To Delete Button
07:00 - Add Spinner Indicator To Add Button