Single-page application (SPA)


Topic history | v1 (current) | created by jjones

Details

Single-page application (SPA)

| created by jjones | Add resource "If not SPAs, What?"
Title
Single-page application (SPA)
Description
A single-page application (SPA) is a web application or website that interacts with the user by dynamically rewriting the current web page with new data from the web server, instead of the default method of the browser loading entire new pages. The goal is faster transitions that make the website feel more like a native app. In a SPA, all necessary HTML, JavaScript, and CSS code is either retrieved by the browser 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 it transfer control to another page, although the location hash or the HTML5 History API can be used to provide the perception and navigability of separate logical pages in the application.
Link
https://en.wikipedia.org/?curid=18925845

resources

treated in If not SPAs, What?
v1 | attached by jjones | Add resource "If not SPAs, What?"
treated in Full stack open 2021
v1 | attached by jjones | Add resource "Full stack open 2021"

authors

This topic has no history of related authors.

topics

subtopic of Web programming
v1 | attached by jjones | Add resource "If not SPAs, What?"