Single-page application (SPA)


Topic | v1 | created by jjones |
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.


Relations

subtopic of Web programming

Web development is the work involved in developing a website for the Internet (World Wide Web) or an...


Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources

treated in If not SPAs, What?

Trends trends trends!

treated in Full stack open 2021

Open online course on Javascript based modern web development by University of Helsinki and Houston I...