@mastermind@lemm.ee to Programmer Humor@lemmy.ml • 2 years agoHTMXlemm.eeimagemessage-square50fedilinkarrow-up1204arrow-down133
arrow-up1171arrow-down1imageHTMXlemm.ee@mastermind@lemm.ee to Programmer Humor@lemmy.ml • 2 years agomessage-square50fedilink
minus-square@bleistift2@feddit.delinkfedilinkEnglish5•2 years agoIt’s not client-side anymore. You need a backend to produce the HTMX.
minus-square@moriquende@lemmy.worldlinkfedilink2•2 years agoClient 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.
minus-square@perishthethought@lemm.eelinkfedilinkEnglish2•2 years agohttps://htmx.org/essays/a-real-world-react-to-htmx-port/ Hth,
How is this different to react, angular, vue, etc.?
It’s not client-side anymore. You need a backend to produce the HTMX.
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.
https://htmx.org/essays/a-real-world-react-to-htmx-port/
Hth,