Frontend
253 views
State Management
Quick Definition
Managing application data state across components
Full Definition
Managing application data state and changes across components in frontend applications.
Examples
Redux, Zustand, Pinia, Context API, signals
Related Terms
react
vue
angular
More Frontend Terms
Vue.js
Progressive JavaScript framework for user interfaces
WebAssembly
Binary format enabling near-native performance in browsers
Context API
React mechanism for sharing state without prop drilling
Web Component
Browser-native technology for reusable custom HTML elements
Lazy Loading
Deferring resource loading until needed
Design System
Collection of reusable components and UI standards