stackpicks.dev
pmndrs

jotai

👻 Primitive and flexible state management for React

21.2k stars714 forks67 watchers1 open issuesTypeScriptMIT
EDITOR'S TAKE

Atomic state for React. Different model than Zustand — composable atoms instead of a single store. Better for derived state that updates granularly without re-renders.

Use this if

You have lots of small interconnected state pieces with computed values.

Skip if

You want a simple single store — Zustand is easier.

Topics
reactstatemanagementatomichacktoberfest
Created 12 Aug 2020
Last push 1 day ago
Stats refreshed 1 hour ago