Frontend
254 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
WebAssembly
Binary format enabling near-native performance in browsers
Single-Page Application
Web app that loads once and dynamically updates content
Component Library
Pre-built reusable UI components for faster development
Micro-Frontend
Architecture composing apps from independent frontend pieces
Code Splitting
Breaking JS bundles into smaller chunks loaded on demand
Design System
Collection of reusable components and UI standards