This deck discusses the historical development of SPA (Single Page Application) of Javascript, the problems that arise with it, and the alternatives to consider.
code at the beginning of the app Pull content from the backend via an API Content gets updated dynamically JS Frameworks Backbone AngularJS MeteorJS Ember ReactJS
website, you’re suddenly jumping through hoops that the browser/HTML previously gave you for free - freyr, HN News SPA is a total b*tch to do user activity tracking and quirks and glitches just never end. - gesman, HN News I’ve seen plenty more of SPA’s become an unmaintainable spaghetti nightmare and also seen many non-SPA’s work splendidly. - voidr, HN News