Single Page Applications

Single-page application

A single-page application is a web application or website that dynamically rewrites the current page with new data from the server, instead of loading entire new pages. This allows for faster transitions and makes the website feel more like a native app. The necessary HTML, JavaScript, and CSS code is either retrieved with a single page load or dynamically loaded in response to user actions.

1 courses cover this concept

CS142: Web Applications

Stanford University

Winter 2023

This course introduces students to web technologies, enabling them to build sophisticated, interactive applications. It focuses on markup languages, scripting languages, network protocols, interactive graphics, event-driven programming, and databases.

No concepts data

+ 25 more concepts