Back to Learn
Web Design
What is a single-page application?
A site that loads once and updates content without full page reloads.
A single-page application (SPA) feels app-like: clicking around updates the screen instantly instead of reloading the whole page.
It is great for dashboards and tools, though plain pages are often better for marketing and SEO.
