Zustand
Zustand is a small, unopinionated state management library for React that provides a simple hook-based API for creating and consuming global state without boilerplate or a context provider.
8 resources across 3 libraries
Glossary Terms(6)
Local Storage
Local Storage is a browser API that lets web applications store key-value string data on the user's device, persisting across page reloads and browser restarts…
Pinia
Pinia is the official state management library for Vue.js, providing a simple, type-safe store API for sharing and mutating application state across components.
Zustand
Zustand is a small, unopinionated state management library for React that provides a simple hook-based API for creating and consuming global state without boil…
MobX
MobX is a state management library that uses transparent, observable reactive programming to automatically track and update any part of a UI that depends on ch…
Recoil
Recoil is a state management library for React, developed by Meta, that models shared state as a graph of atoms and selectors, integrating closely with React's…
TanStack Query
TanStack Query (formerly React Query) is a data-fetching and caching library that manages server state in frontend applications, handling caching, background r…