S

Single Page Application

Definition

A web application that loads a single HTML page and dynamically updates content as the user interacts, without full page reloads. SPAs use JavaScript frameworks like React, Angular, or Vue.js to handle client-side routing and rendering.

Defined Term