The problem was that on the whole people didn't use jQuery to "load html snippets" and the architecture of jQuery tended to push people towards client-side spaghetti.
htmx encourages you to put most of the logic on the server and to keep the client lean and clean.
Yes, it's an implementation of the radical idea that we should deliver HTML (rather than a giant blob of JS) to clients purpose-built for rendering HTML.
But without jquery, everything defined in html attributes, and hence the server responses can further define behaviour in their html attributes. Declarative, not procedural, if you want.
andybak|1 year ago
htmx encourages you to put most of the logic on the server and to keep the client lean and clean.
ForHackernews|1 year ago
See also https://hotwired.dev/
mejutoco|1 year ago
lebean|1 year ago