Frontend
23 views
Context API
Quick Definition
React mechanism for sharing state without prop drilling
Full Definition
A React mechanism for sharing state across the component tree without prop drilling.
Examples
theme management, user authentication, global state
Related Terms
react
state-management
provider-pattern
More Frontend Terms
Vue.js
Progressive JavaScript framework for user interfaces
Static Site Generation
Pre-rendering pages at build time into static HTML
CSS-in-JS
Styling approach writing CSS within JavaScript files
Shadow DOM
Web standard for encapsulated DOM and styling isolation
Component Library
Pre-built reusable UI components for faster development
Responsive Design
Making web pages render well on all devices