Ephera@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agoSingle-Page Applicationlemmy.mlimagemessage-square112fedilinkarrow-up15arrow-down10
arrow-up15arrow-down1imageSingle-Page Applicationlemmy.mlEphera@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square112fedilink
minus-squaregrue@lemmy.worldlinkfedilinkEnglisharrow-up0·1 year ago> implying there’s a “right way” to build an SPA.
minus-squareandrew@lemmy.stuart.funlinkfedilinkEnglisharrow-up0·1 year agoThere’s no one right way. Saying there are wrong ways doesn’t imply the existence of one right way, though.
minus-squaretsonfeir@lemm.eelinkfedilinkarrow-up0·1 year 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-up0·edit-21 year agoWhat I’m saying is, there’s no right way to build a thing that is inherently wrong.
minus-squaretsonfeir@lemm.eelinkfedilinkarrow-up0·1 year agoYou could build it with so input sanitation. That’s wrong.
minus-squaregrue@lemmy.worldlinkfedilinkEnglisharrow-up0·1 year 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.
minus-squaretsonfeir@lemm.eelinkfedilinkarrow-up0·1 year agoI strongly disagree, but I respect your opinion which was no doubt formed by different experiences with web technologies than I’ve had.
minus-squareintensely_human@lemm.eelinkfedilinkarrow-up0·1 year agoNot that it’s inherently good or bad, but the heavier web apps get the more a browser represents a sort of virtualization environment that only runs one stack. I think that’s interesting.
> implying there’s a “right way” to build an SPA.
There’s no one right way. Saying there are wrong ways doesn’t imply the existence of one right way, though.
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 so 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.
I strongly disagree, but I respect your opinion which was no doubt formed by different experiences with web technologies than I’ve had.
Not that it’s inherently good or bad, but the heavier web apps get the more a browser represents a sort of virtualization environment that only runs one stack. I think that’s interesting.