Comment by 0x457
8 hours ago
HTMX is great when your web interface is just a representation of a server state.
If web interface is an application backed by a remote state HTMX falls apart.
8 hours ago
HTMX is great when your web interface is just a representation of a server state.
If web interface is an application backed by a remote state HTMX falls apart.
> If web interface is an application backed by a remote state
What does that mean?
can you give an example?