mastermind@lemm.ee to Programmer Humor@lemmy.ml · 3 years agoHTMXlemm.eeimagemessage-square47linkfedilinkarrow-up1194arrow-down129
arrow-up1165arrow-down1imageHTMXlemm.eemastermind@lemm.ee to Programmer Humor@lemmy.ml · 3 years agomessage-square47linkfedilink
minus-squareelouboub@kbin.sociallinkfedilinkarrow-up6arrow-down1·3 years agoHow is this different to react, angular, vue, etc.?
minus-squarebleistift2@feddit.delinkfedilinkEnglisharrow-up5·3 years agoIt’s not client-side anymore. You need a backend to produce the HTMX.
minus-squaremoriquende@lemmy.worldlinkfedilinkarrow-up2·3 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-squareperishthethought@lemm.eelinkfedilinkEnglisharrow-up2·3 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,