mastermind@lemm.ee to Programmer Humor@lemmy.ml · 1 year agoHTMXlemm.eeimagemessage-square49fedilinkarrow-up1180arrow-down132
arrow-up1148arrow-down1imageHTMXlemm.eemastermind@lemm.ee to Programmer Humor@lemmy.ml · 1 year agomessage-square49fedilink
minus-squareelouboub@kbin.sociallinkfedilinkarrow-up5arrow-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,