WebGlossary.info
Single-page application
- A web application or site that interacts with the user by dynamically rewriting the current page rather than loading entire new pages from a server. This approach avoids interruption of the user experience between successive pages, making the application behave more like a desktop application. In an SPA, either all necessary code—HTML, CSS, and JavaScript—is retrieved with a single page load, or the appropriate resources are dynamically loaded and added to the page as necessary, usually in response to user actions. The page does not reload at any point in the process, nor does control transfer to another page, although the location hash or the HTML History API can be used to provide the perception and navigability of separate logical pages in the application. ← Wikipedia
- Previous term: Single Responsibility Principle
- Next term: Single-serving site
- Random term: High availability