[Go to site: main page, start]

Data & State Management

Four state layers, one app-shaped mental model.

Query handles async server state, DB keeps live collections reactive, Store gives local state a tiny core, and AI brings provider work into the same TypeScript-native ecosystem.

Fetch

Query

cache, refetch, mutate

Sync

DB

collections, live queries

React

Store

immutable state, adapters

Think

AI

providers, tools, streams