Single Page Application
A SPA uses a single index.html file to load the app, and then uses a framework, like Angular, to dynamically import/load different componentes of the app. The whole application is handles as one page only, which is dynamically rendered all the tim by, e.g. Angular.

This allows for instant re-rendering, instant user feedback and makes building highly engaging UIs possible.
Backlinks