Live data from Hacker News

Why I hate your Single Page App

medium.freecodecamp.org

1–10 of 128 posts

Re: Why I hate your Single Page App

#3
Answer: "Maybe your single page app is different, but the ones that I know break most of my browser’s features, such as the back and forward buttons, page refresh, bookmarking, sending a link, or opening a link in a new window or tab."

Re: Why I hate your Single Page App

#5
None of the things described here are inherent to single page apps. Ember (with Ember Data and proper routing), for example, solves most of the issues he brings up (back button not working, failure to link to individual items) by convention.

Re: Why I hate your Single Page App

#7
post #3

Answer: "Maybe your single page app is different, but the ones that I know break most of my browser’s features, such as the back and forward buttons, page refresh, bookmarking, sending a link, or opening a link in a new window or tab."

Yeah, these are problems. 2017 and the browser still doesn't know what the javascript is trying to accomplish
Post reply on HN