File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -3573,6 +3573,8 @@ function notifyAdmins(healthData: any) {
35733573
35743574Integrate `fetchff` with React Query to streamline your data fetching:
35753575
3576+ > **Note:** Official support for `useFetcher(url, config)` is here. Check React Integration section above to get an idea how to use it instead of SWR.
3577+
35763578```tsx
35773579import { createApiFetcher } from 'fetchff';
35783580import { useQuery } from '@tanstack/react-query';
@@ -3605,6 +3607,8 @@ export const useProfile = (id: string) => {
36053607
36063608Combine `fetchff` with SWR for efficient data fetching and caching.
36073609
3610+ > **Note:** Official support for `useFetcher(url, config)` is here. Check React Integration section above to get an idea how to use it instead of SWR.
3611+
36083612Single calls:
36093613
36103614```typescript
You can’t perform that action at this time.
0 commit comments