171
HTMX
(lemm.ee)
Post funny things about programming here! (Or just rant about your favourite programming language.)
How is this different to react, angular, vue, etc.?
It’s not client-side anymore. You need a backend to produce the HTMX.
https://htmx.org/essays/a-real-world-react-to-htmx-port/
Hth,
Client side logic is contained in markup, no custom JavaScript. Need server-side-rendering logic to return new markup to update a chunk of the page.