That's probably the most successful use of slides in a post I've ever seen, usually when people add a deck in their write-up it makes the experience awful, so kudos.
Do you predict that major sites are going get re-written as single-page apps, either in Node or just Javascript? Are there any examples of major sites that have done total redos as single page apps? (you use the FB app as an example, but I'm thinking like an Amazon or HootSuite or any major webapp).
My sense is that there will be a lot of new sites written as single page apps, but the switching cost for an existing site seems super high.
Cost of switching is definitely high if you were to rewrite from scratch, but the transition to single-page can also be evolutionary. That's exactly the approach we're taking for the Wordpress admin panel for example.
There's nothing on the page but a few logos and JS. The page is just a bit of script that loads data from AWS. Even if you "view source", there's no text to see. So "graceful degradation" means you see everything on the page that isn't script :)
Using HTTP to download javascript that then does an AJAX request to fetch static content that is converted by javascript to HTML. Is silly in any year. It's also quite slow (which is ironic for a page talking about improving responsiveness)
Any pointers on how to make the site visible to search engines when the delivery is as a single page app that does everything in JS? I know google's crawler can run the JS, but any notes on how far that can go?
11 comments
[ 3.0 ms ] story [ 40.5 ms ] threadDo you predict that major sites are going get re-written as single-page apps, either in Node or just Javascript? Are there any examples of major sites that have done total redos as single page apps? (you use the FB app as an example, but I'm thinking like an Amazon or HootSuite or any major webapp).
My sense is that there will be a lot of new sites written as single page apps, but the switching cost for an existing site seems super high.
edit: missing words