Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
|
raw
history blame
395 Bytes
---
id: useQueryClient
title: useQueryClient
---
The `useQueryClient` hook returns the current `QueryClient` instance.
```tsx
import { useQueryClient } from '@tanstack/react-query'
const queryClient = useQueryClient(queryClient?: QueryClient)
```
**Options**
- `queryClient?: QueryClient`,
- Use this to use a custom QueryClient. Otherwise, the one from the nearest context will be used.