You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tanstack has somewhat recently rearranged their
documentation, causing some old pages to 404.
This addresses that, as well as drops in a link to
the React Query lib install page, which covers
different options for installing depending on
project setup.
Copy file name to clipboardExpand all lines: README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,13 +71,8 @@
71
71
72
72
If during generator setup you picked `> React Query components`, then you will need to install and configure React Query in order for the generated React hooks to work properly:
73
73
74
-
- Install the library
75
-
76
-
```bash
77
-
npm i @tanstack/react-query
78
-
```
79
-
80
-
- Wire up the `QueryClient` as described [here](https://tanstack.com/query/v4/docs/adapters/react-query).
74
+
-[Install the React Query library](https://tanstack.com/query/latest/docs/framework/react/installation)
75
+
-[Wire up the QueryClientProvider component](https://tanstack.com/query/latest/docs/framework/react/reference/QueryClientProvider) to connect and provide a QueryClient to your application
0 commit comments