Directory
Zustand
Client-state store
FreeLibraries & build toolingzustand.docs.pmnd.rs
What it is
A minimal global state store, v5, in roughly 1KB. You create a store with a plain function, then read it with a hook that re-renders only the components using the slice that changed. No providers, no reducers, no boilerplate.
Why it earns a slot
The default answer once prop-drilling gets painful and Context re-renders everything. Ten lines replace a whole Redux setup, and it pairs cleanly with TanStack Query handling the server half.
Know before you commit
No built-in structure, so large stores drift into a junk drawer. Selectors matter: subscribing to the whole store re-renders on every change.
Getting started
npm install zustand
Neighbourhood
How Zustand sits against the rest of the atlas — swaps, companions and the tools builders actually save alongside it.
Also in Libraries & build tooling
Astro Starlight + Nextra
starlight.astro.buildNot yet swept
Framework docs themes
FreeLibraries & build tooling
Free · MIT
Open dossier
Biome
biomejs.devNot yet swept
Linter + formatter (Rust)
FreeLibraries & build tooling
Free · MIT/Apache-2.0
Open dossier
Bun
bun.shNot yet swept
JS runtime + package manager
FreeLibraries & build tooling
Free · MIT
Open dossier
Chromatic
chromatic.comNot yet swept
Visual regression testing
Free tier + paidLibraries & build tooling
Free tier · Starter $179/mo
Open dossier