Ephera@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 9 months agoSingle-Page Applicationlemmy.mlimagemessage-square87fedilinkarrow-up111arrow-down11
arrow-up110arrow-down1imageSingle-Page Applicationlemmy.mlEphera@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 9 months agomessage-square87fedilink
minus-squareTherouxSonfeir@lemm.eelinkfedilinkarrow-up0·9 months agoThere are a lot of standard practices like… using a router to load the content of your SPA according to the url.
minus-squaregrue@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-29 months agoWhat I’m saying is, there’s no right way to build a thing that is inherently wrong.
minus-squareTherouxSonfeir@lemm.eelinkfedilinkarrow-up0·edit-29 months agoYou could build it with no input sanitation. That’s wrong.
minus-squaregrue@lemmy.worldlinkfedilinkEnglisharrow-up0·9 months agoEven a perfectly-built SPA is a thing that should’ve been a different kind of program (a native app or even something like Java Web Start) instead.
There are a lot of standard practices like… using a router to load the content of your SPA according to the url.
What I’m saying is, there’s no right way to build a thing that is inherently wrong.
You could build it with no input sanitation. That’s wrong.
Even a perfectly-built SPA is a thing that should’ve been a different kind of program (a native app or even something like Java Web Start) instead.