Ephera to Programmer [email protected]English • 1 year agoSingle-Page Applicationlemmy.mlimagemessage-square115fedilinkarrow-up1504arrow-down131
arrow-up1473arrow-down1imageSingle-Page Applicationlemmy.mlEphera to Programmer [email protected]English • 1 year agomessage-square115fedilink
minus-square@gruelinkEnglish-1•edit-21 year agoWhat I’m saying is, there’s no right way to build a thing that is inherently wrong.
minus-square@[email protected]linkfedilink6•edit-21 year agoYou could build it with no input sanitation. That’s wrong.
minus-square@gruelinkEnglish-5•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-square@[email protected]linkfedilink15•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-square@[email protected]linkfedilink1•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.
minus-square@[email protected]linkfedilink1•1 year agoWhat do you mean only runs one stack? Like front end framework? That would be the point. But it can communicate with any backend.
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.
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.
What do you mean only runs one stack? Like front end framework? That would be the point. But it can communicate with any backend.