Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

TanStack Query (React Query) v5

porjezweb·jezweb· v1.0.0 · atualizado em 2026-04-10
78
Score

|

reactdata-fetchingtanstack-queryreact-querycachingstate-management
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdtanstack-query/workflow
1. Install `@tanstack/react-query` and `@tanstack/react-query-devtools`.
2. Create a `QueryClient` instance and configure default options (e.g., `staleTime`, `gcTime`).
3. Wrap the application with `QueryClientProvider` and include `ReactQueryDevtools`.
4. Use `useQuery` for data fetching, providing `queryKey` and `queryFn`.
5. Use `useMutation` for data updates, providing `mutationFn` and `onSuccess` to invalidate queries.
6. Implement optimistic updates using `useMutationState`.
7. Handle errors using `QueryErrorResetBoundary` and `throwOnError`.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aTailwind CSS Advanced Layout Techniques
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aTailwind CSS Development Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aTypeScript + React 19 Code Review Expert
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

TanStack Query (React Query) v5
tanstack-query
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers6
use tanstack queryimplement react queryfetch data with react querymanage data fetching with tanstack queryoptimize react querymigrate to tanstack query v5

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download tanstack-query
$ synaptic skills detail tanstack-query
$ synaptic skills live tanstack-query

Dependências

@tanstack/react-query@tanstack/react-query-devtoolsreact

Links

GitHub Repository