by eldude on 11/18/16, 11:49 PM with 39 comments
by xmatos on 11/19/16, 1:33 PM
Take a look at reddit's new mobile site, written in react. It takes around 7 seconds to load, to display text and links. Compare that to HN's, which loads in 0.1 sec, for basically the same content.
SPA's have their place, for things like games or the likes of google maps. But for the rest, please respect the web paradigm . Your site will be simpler to build, faster and most importantly, lighter. The web world has become mobile-first, not js-centric...
by krob on 11/19/16, 8:51 PM
by christophilus on 11/19/16, 2:44 PM
by bwd1992 on 11/19/16, 3:52 AM
Also I thought one of the advantages of using a js framework is that rendering can be done on the client? It sounds from this article that server rendering is more advantageous?
Also SEO was mentioned, but I thought javascript was taken into consideration by web crawlers?
by nsomaru on 11/19/16, 2:17 PM
by abritinthebay on 11/19/16, 3:43 AM