We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef4d75 commit 505da09Copy full SHA for 505da09
docs/devtools.md
@@ -15,6 +15,8 @@ The devtools are a separate package that you need to install:
15
16
```bash
17
$ npm i @tanstack/react-query-devtools
18
+# or
19
+$ yarn add @tanstack/react-query-devtools
20
```
21
22
You can import the devtools like this:
docs/installation.md
@@ -11,6 +11,8 @@ or a good ol' `<script>` via
11
12
13
$ npm i @tanstack/react-query
14
+$ yarn add @tanstack/react-query
React Query is compatible with React v16.8+ and works with ReactDOM and React Native.
0 commit comments