September 2023
Intermediate to advanced
284 pages
5h 25m
English
The last chapter discussed AJAX and how it changed web development forever. Another essential technique that drastically changed how users interact with web applications are Single Page Applications (SPAs).
In this chapter, you will learn what an SPA is and how to build one of the core features of SPAs: a client-side routing system.
A single page application (SPA), as its name implies, is a web application that runs inside a single HTML page. When the user navigates from one view ...