add htmx-alpine hybrid optimistic ui

This commit is contained in:
2025-12-12 02:56:51 +01:00
parent aa8410c723
commit 72741c9027
10 changed files with 421 additions and 0 deletions
@@ -0,0 +1,3 @@
<div class="p-4">
<div hx-get="/todo" hx-trigger="load" hx-swap="outerHTML">Cargando...</div>
</div>