TheOne@lemmy.blahaj.zone to Technology@lemmy.worldEnglish · 2 years agoSteam and Mastodon.lemmy.blahaj.zoneimagemessage-square62linkfedilinkarrow-up11.02Karrow-down118file-text
arrow-up11Karrow-down1imageSteam and Mastodon.lemmy.blahaj.zoneTheOne@lemmy.blahaj.zone to Technology@lemmy.worldEnglish · 2 years agomessage-square62linkfedilinkfile-text
minus-squareasudox@programming.devlinkfedilinkEnglisharrow-up1arrow-down1·2 years agoCSR exists. You know, WASM CSR websites rely on JS to manipulate the DOM.
minus-squareWhyJiffie@sh.itjust.workslinkfedilinkEnglisharrow-up2·2 years agothat does not mean javascript is essential, and mox’s point is still very valid. using WASM instead of JS is not better either. you simply don’t need any clientside executable code on a read-only view of a page
CSR exists. You know, WASM CSR websites rely on JS to manipulate the DOM.
that does not mean javascript is essential, and mox’s point is still very valid.
using WASM instead of JS is not better either. you simply don’t need any clientside executable code on a read-only view of a page
SSR then.