Introduction
Dynamic web development with HTMX
()
What you should know
()
1. HTMX Fundamentals
What is HTMX?
()
Sending GET requests
()
Swapping elements with hx-swap
()
2. Selecting Elements
Using hx-trigger
()
Creating a webserver
()
Sending POST requests
()
Processing JSON response data
()
Challenge: Selecting HTML elements
()
Solution: Selecting HTML elements
()
3. Handling Events
Working with HTMX events
()
Creating a loading indicator
()
Incorporating custom animations
()
Polling with HTMX
()
Combining methods
()
Displaying nested content
()
4. Advanced HTMX Features
Handling server sent events
()
Integrating with WebSocket
()
Sending web socket messages
()
Challenge: Handling transitions
()
Solution: Handling transitions
()
Conclusion
Building hypertext applications at scale
()
Ex_Files_HTMX.zip
(66 KB)