TheOne@lemmy.blahaj.zone to Technology@lemmy.worldEnglish · 1 month agoSteam and Mastodon.lemmy.blahaj.zoneimagemessage-square63fedilinkarrow-up11.02Karrow-down119file-textcross-posted to: [email protected]
arrow-up1999arrow-down1imageSteam and Mastodon.lemmy.blahaj.zoneTheOne@lemmy.blahaj.zone to Technology@lemmy.worldEnglish · 1 month agomessage-square63fedilinkfile-textcross-posted to: [email protected]
minus-squareasudox@programming.devlinkfedilinkEnglisharrow-up1arrow-down1·1 month agoCSR exists. You know, WASM CSR websites rely on JS to manipulate the DOM.
minus-squareWhyJiffie@sh.itjust.workslinkfedilinkEnglisharrow-up2·edit-218 days 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.