Microsoft Store
 

Single Page Application


 

A single page application (SPA) is a web application that runs entirely in the client web browser, typically using a combination of HTML, JavaScript, and CSS. The application modifies the web page's own data structures through its DOM tree, and makes its changes persistent when the user invokes the browser's Save Page command to save the (modified) web page to disk.

Related Topics:
Web application - Web browser - HTML - JavaScript - CSS - DOM

~ ~ ~ ~ ~ ~ ~ ~ ~ ~