Directory
Jotai + Valtio
Atomic + proxy state
FreeLibraries & build toolingjotai.org
What it is
Two smaller state libraries from the same authors as Zustand. Jotai (v2) builds state from tiny composable atoms with derived values, Recoil-style. Valtio (v2) wraps an object in a proxy so you mutate it directly and components re-render automatically.
Why it earns a slot
Reach for Jotai when state is a graph of interdependent values — a form builder or editor — where Zustand selectors get unwieldy. Valtio suits ports of mutable, class-like logic.
Know before you commit
Both have smaller communities than Zustand, so AI models generate less reliable code for them. Valtio proxies can surprise you when objects escape into non-React code.
Getting started
npm install jotai
Also in Libraries & build tooling
Astro Starlight + Nextra
starlight.astro.build
Framework docs themes
FreeLibraries & build tooling
Free · MIT
Open dossier
Biome
biomejs.dev
Linter + formatter (Rust)
FreeLibraries & build tooling
Free · MIT/Apache-2.0
Open dossier
Chromatic
chromatic.com
Visual regression testing
Free tier + paidLibraries & build tooling
Free tier · Starter $179/mo
Open dossier