SPA (Single Page Application)

noun · web architecture

1.

A web application that loads a single HTML page then dynamically updates its content via JavaScript, without browser reloads — delivering a smooth and instantaneous navigation experience comparable to a native application.

2.

A front-end architecture popularized by React, Angular, and Vue.js, where routing, rendering, and state management run entirely in the browser, communicating with the server only to exchange data via APIs.

3.

A web development model that prioritizes interface interactivity and responsiveness, ideal for business applications, dashboards, and SaaS tools requiring instant view transitions.

See also
ReactJavaScriptUXPerformance