Frontend
141 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
WebAssembly
Binary format enabling near-native performance in browsers
Progressive Web App
Web apps with native app-like experience and offline support
Server Components
React components rendering on the server for better performance
Design System
Collection of reusable components and UI standards
Flexbox
CSS layout module for one-dimensional item arrangement
Single-Page Application
Web app that loads once and dynamically updates content