Documentation Index
Fetch the complete documentation index at: https://kubo-47e69177.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Cache Tags
Why tags
Tags let the server and client share one invalidation vocabulary.Register tags on client
app/providers.tsx
Attach tags on server actions
app/actions.ts
Server revalidation
defineAction triggers revalidateTags(tags) when tags are present.
packages/core/src/revalidateTags.ts
Client invalidation
useActionMutation triggers invalidateTags(queryClient, tags) after success.
packages/query/src/invalidateTags.ts