···11+---
22+title: "Astro and HTMX: An Interesting Stack"
33+description: Strap a horse on a rocket and use Astro Partials to stream UI components via HTMX.
44+date: "2024-09-10"
55+draft: true
66+link: https://github.com/zeucapua/
77+---
88+99+### What is HTMX?
1010+1111+### Astro Partials
1212+1313+### Using HTMX Attributes
1414+1515+### Forms and Values via Astro Partials
1616+1717+### Streaming in Client Components as Astro Islands