Tag: State Management
3 items found
Glossary Terms
Glossary
Redux
Redux centralizes application state in a store and makes changes traceable through an action and reducer flow, mostly in React apps.
Glossary
TanStack Query (React Query)
TanStack Query manages server data in React apps through query keys, caching, background refresh, and synchronization.
Glossary
Zustand
Zustand is a hook-based state management library for React apps that need small, fast, global stores without heavy boilerplate.