top | item 46317149

(no title)

url00 | 2 months ago

This matches my experience. State management is the key thing - you end up needing to put way more on the backend then you'd otherwise like to. Quick example: something like a multi-step "wizard" is far more difficult to express in HTMX than with any SPA-ish pattern.

discuss

order

adamzwasserman|2 months ago

Check out DecisionMe.com. 100 percent wizard pattern, htmx based nav and validation.

g947o|2 months ago

Eh.. this does not contradict the previous point? Unless we can see the backend code and do some comparison with a reference implementation, it does not disprove "far more difficult to express". "can be done with htmx" != "easy/easier to do with htmx"