File size: 277 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 |
---
id: does-this-replace-client-state
title: Does TanStack Query replace global state managers?
ref: docs/framework/react/guides/does-this-replace-client-state.md
replace:
{
'useQuery': 'injectQuery',
'useMutation': 'injectMutation',
'hook': 'function',
}
---
|