Ephera@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 年前Single-Page Applicationlemmy.mlimagemessage-square115fedilinkarrow-up1521arrow-down132
arrow-up1489arrow-down1imageSingle-Page Applicationlemmy.mlEphera@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 年前message-square115fedilink
minus-squaregrue@lemmy.worldlinkfedilinkEnglisharrow-up7arrow-down11·1 年前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.
minus-squaretsonfeir@lemm.eelinkfedilinkarrow-up16arrow-down1·1 年前I 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-up1·1 年前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.
minus-squaretsonfeir@lemm.eelinkfedilinkarrow-up1·1 年前What do you mean only runs one stack? Like front end framework? That would be the point. But it can communicate with any backend.
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.