Skip to content

Guided Examples

Full, runnable apps in the repository, walked through here for the parts that are specific to Kin Store.

GuideWhat it covers
Next.jsSSR-safe store instantiation, StoreProvider, and persist with manual hydration.
TanStack Query and One Fat StoreSplitting client-owned state (Kin Store) from server-owned state (React Query), as a single withPlugins store.
TanStack Query and Primitive StoresThe same split, with each field as its own createStore merged by derive.
Cross-Tab SyncRecipes for syncing store state across open tabs, with persist and the storage event, or with BroadcastChannel alone.

MIT License. Comparison