Guides
Task-oriented guides for Persist — install, hydrate, migrate, and persist any store without flash.
Start with Getting started — install @stainless-code/persist and wire hydration-aware persistence into a store.
| Guide | When to read it |
|---|---|
| Getting started | Install, peers, quick start |
| Hydration | Why async backends flash and how useHydrated gates UI |
| IndexedDB + React | End-to-end async path with TanStack Store |
| Migrating | Coming from zustand-persist, redux-persist, or pinia-persist |
| FAQ | Flash, cross-tab, quota, Set/Map/Date, logout clear |
For seam theory and storage/codec choice, see Concepts. For copy-paste patterns, see Recipes.