ScrumIA

← All modules

🔄 scrumia-tanstack-query

One named point of the implementation contract: how the app talks to the server.

slot · none version · 0.4.0

What it is responsible for

Refines data fetching and caching: the queryOptions() factory, query keys, invalidation, optimistic updates, and the boundary that separates server state from client-only state. Ported from real monorepo use — nine guides, thirteen decisions.

What it refuses

Server state does not get copied into client state, and the module declines to speak for a stack TanStack Query does not ship for.

The assumption it makes

Assumes a stack the library supports — React, Solid, Vue, Svelte. Costs a caching model to learn, and today the audit and refactor skills that would measure the gap are not built yet.

Its skills

Tags

What it plugs into

RegisterDirectionModule
implementcontributesscrumia-github-project
reviewcontributesscrumia-github-project

Install it

/plugin install scrumia-tanstack-query@scrumia

Read the source on GitHub