SPA Architecture

Learn about the details of Single Page Application (SPA) architecture.

We'll cover the following...

Understanding the SPA architecture

In this chapter, we will start to understand the single-page application (SPA) architecture.

A SPA is a web app that loads a single HTML page that is dynamically updated by JavaScript as the user interacts with the app. Imagine a simple sign-up ...