AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Client utilities
Client-side Next.js provider, bootstrap decoding, and re-exported React hooks.
NextSyncProvider, bootstrap decoding utilities, and re-exported React hooks with "use client".
import {
NextSyncProvider,
decodeBootstrapSnapshot,
deserializeBootstrapSnapshot,
isBootstrapSnapshotStale,
seedStorageFromBootstrap,
isPrefetchStale,
// All @stratasync/react hooks:
useModel,
useModelSuspense,
useQuery,
useQueryAll,
useQueryCount,
useConnectionState,
useIsOffline,
usePendingCount,
useSync,