Browse documentation
Knowledge graph

One set of engineering facts. Two reading paths.

The shared concepts sit in the middle. The left teaches them to a beginner; the right compresses them into engineering contracts an agent can retrieve.

core concepts
19
knowledge nodes
57
verified relations
39
Focus by product
Fetch machine graph
05
loader / query

Navigation and async cache

Router coordinates navigation while Query owns caching and refetch lifecycles.

14
beforeLoad / redirect

Auth gates and server authorization

Stop private child loading in a parent beforeLoad while preserving resource authorization at server data boundaries.

16
SSR / hydration

Query SSR and streaming hydration

Isolate QueryClient per server request and choose blocking, hydration, or streaming for critical data.

17
onMutate / rollback

Optimistic consistency and rollback

Use cancellation, snapshots, immutable writes, and revalidation so immediate feedback converges on server truth.

18
ColumnDef / row model

Headless tables and server state

Describe the view with typed columns and row models while keeping sorting, pagination, and remote data boundaries explicit.

19
field / validator

Form validation and submission boundaries

Coordinate field types, synchronous and asynchronous validation, and submission state while preserving final server validation.

TanStack Atlas

Original bilingual knowledge · verified against primary sources

Friend linksGitHub