Frontend
45 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
Server-Side Rendering
Rendering web pages on the server for initial load
Web Accessibility
Making websites usable by people with disabilities
Responsive Design
Making web pages render well on all devices
Single-Page Application
Web app that loads once and dynamically updates content
WebAssembly
Binary format enabling near-native performance in browsers
Lazy Loading
Deferring resource loading until needed