Single Page Application: advantages and disadvantages [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago. Improve this question I’ve read about SPA and it advantages. I find most of them unconvincing. There are 3 … Read more

SPA best practices for authentication and session management

When building SPA style applications using frameworks like Angular, Ember, React, etc. what do people believe to be some best practices for authentication and session management? I can think of a couple of ways of considering approaching the problem. Treat it no differently than authentication with a regular web application assuming the API and and … Read more