|
|
|
|
|
by ssorallen
4406 days ago
|
|
> Single page apps are not a new concept, but up until now they were typically a bad solution for public websites that depend on hits from search engines If your users (I'm talking humans, not bots) have to download a mountain of JavaScript and execute it before seeing any content, your site is slower than it could be for everyone. We should stop saying that "single page apps", i.e. sites rendered in JavaScript in a browser, are bad because they can't be scraped by a bot. They are bad for EVERYONE who wants to view the site because of the network and CPU time it takes to download the assets and render the site in the browser. |
|