TheOne@lemmy.blahaj.zone to Technology@lemmy.worldEnglish · 19 days agoSteam and Mastodon.lemmy.blahaj.zoneimagemessage-square63fedilinkarrow-up11.02Karrow-down119file-text
arrow-up1998arrow-down1imageSteam and Mastodon.lemmy.blahaj.zoneTheOne@lemmy.blahaj.zone to Technology@lemmy.worldEnglish · 19 days agomessage-square63fedilinkfile-text
minus-squareasudox@programming.devlinkfedilinkEnglisharrow-up1arrow-down1·18 days agoCSR exists. You know, WASM CSR websites rely on JS to manipulate the DOM.
minus-squareWhyJiffie@sh.itjust.workslinkfedilinkEnglisharrow-up2·edit-24 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.