mastermind@lemm.ee to Programmer Humor@lemmy.ml · 1 year agoHTMXlemm.eeimagemessage-square50fedilinkarrow-up1205arrow-down133
arrow-up1172arrow-down1imageHTMXlemm.eemastermind@lemm.ee to Programmer Humor@lemmy.ml · 1 year agomessage-square50fedilink
minus-squareelouboub@kbin.sociallinkfedilinkarrow-up6arrow-down1·1 year agoHow is this different to react, angular, vue, etc.?
minus-squarebleistift2@feddit.delinkfedilinkEnglisharrow-up4·1 year agoIt’s not client-side anymore. You need a backend to produce the HTMX.
minus-squaremoriquende@lemmy.worldlinkfedilinkarrow-up2·1 year 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·1 year 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,