Want to create an interactive transcript for this episode?
Podcast: The Stack Overflow Podcast
Episode: The pros and cons of the SPA
Description: Pawel Skolski wrote this definition of the SPA in 2016. "A single-page application is an app that works inside a browser and does not require page reloading during use. You are using these type of applications every day. These are, for instance: Gmail, Google Maps, Facebook or GitHub.SPAs are all about serving an outstanding UX by trying to imitate a βnaturalβ environment in the browser β no page reloads, no extra wait time. It is just one web page that you visit which then loads all other content using JavaScript β which they heavily depend on."Tom McWright recently...