SPAs are not a meme, it's how the web will work exactly like native apps, nobody will need to install anything, the website will become the app
Is single page meme going to be the new thing?
So you can't get to some part of the website from an URL, you have to restart from the start page and click through shit. Who thought this was a good idea. Make the web great again.
no low IQ retard, that doesn't happen because the url automatically changes without reloading the page, if you reload, you will be in the same state if the app is well developed
This is from incompetent developers, not because of SPA/PWAs. There have always been people who make things that suck. Proper SPA/PWAs don't have these problems
"no"
>what is Toronto, Montreal, Vancouver
lmao
>if the app is well developed
Proper SPA/PWAs don't have these problems
>app
>well developed
>proper
Can you honestly not tell the difference between a site that doesn't load properly, breaks navigation, and breaks scrolling, with one that works as expected, it's available offline, and is much faster on repeat visits due to caching?
SPA's were "the new thing" 10 years ago, lol..
But the general idea of "fat clients" (vs. "fat servers") ist that you move most logic to the client. Why should your Server handle 100 connections and work like mad when you can simply shove some bytes over and let the smart phones do the "work"..
Both approaches have advantages and disadvantages, but as teh internet constantly eveolves it's a great idea to know differnt ways of designing things..