SPA

Noun · Development

Definitions

  1. Single Page Application — a web application that loads a single HTML page and dynamically updates content via JavaScript and API calls, avoiding full page reloads for a more app-like experience.

    In plain English: A website that loads once and then updates itself without refreshing the page, making it feel more like a native app.

    Example: "The SPA loads instantly after the initial bundle, but SEO was a nightmare until we added SSR."

Related Terms