Frontend
144 views
Single-Page Application
Quick Definition
Web app that loads once and dynamically updates content
Full Definition
A web application that loads a single HTML page and dynamically updates content.
Examples
Gmail, Facebook, Twitter, SPA frameworks
Related Terms
react
vue
angular
routing
More Frontend Terms
Vue.js
Progressive JavaScript framework for user interfaces
Web Component
Browser-native technology for reusable custom HTML elements
CSS Grid
Two-dimensional CSS layout system for complex layouts
Shadow DOM
Web standard for encapsulated DOM and styling isolation
DOM
Programming interface representing web page structure as a tree
Context API
React mechanism for sharing state without prop drilling