What's a single-page application?
[53]
Introduction
A Single-Page Application is a web application that interacts with the user by dynamically rewriting the current page rather than loading entire new pages from the server.
How SPAs Work
Initially, the browser loads a single HTML pag...
pranavbawg.hashnode.dev1 min read