Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 1.17 KB

File metadata and controls

27 lines (26 loc) · 1.17 KB
pageType hero features
home
text tagline actions
Bear necessities for React state
A tiny, predictable store with hooks-first ergonomics and escape hatches that stay out of your way.
theme text link
brand
Introduction
./learn/getting-started/introduction.md
theme text link
alt
Quick Start
./learn/index.md
title details
Minimal API, fast adoption
Create a store with a single hook, subscribe with selectors, and avoid boilerplate or providers.
title details
Safe under React concurrency
Built to avoid zombie children and tearing issues while keeping renders predictable.
title details
Works across React and vanilla
Share stores between React, React Native, and non-React environments with the same API surface.
title details
Batteries included
Opt into devtools, persistence, Redux-style middleware, and Immer without changing your mental model.
title details
TypeScript-first ergonomics
Strongly typed helpers and patterns so your state and actions stay inferred.
title details
Small footprint
Tiny bundle size with zero config and performance that keeps pace in production.