Frontend
140 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
Design Token
Named values representing design decisions in platform-agnostic format
Responsive Design
Making web pages render well on all devices
Code Splitting
Breaking JS bundles into smaller chunks loaded on demand
DOM
Programming interface representing web page structure as a tree
Webpack
Module bundler for compiling and optimizing JS assets
CSS
Stylesheet language controlling web page presentation