Skip to content

Commit 505da09

Browse files
committed
feat(codemod): add codemod that replaces the react-query import specifiers
re-add yarn installation instructions
1 parent bef4d75 commit 505da09

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/devtools.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ The devtools are a separate package that you need to install:
1515

1616
```bash
1717
$ npm i @tanstack/react-query-devtools
18+
# or
19+
$ yarn add @tanstack/react-query-devtools
1820
```
1921

2022
You can import the devtools like this:

docs/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ or a good ol' `<script>` via
1111

1212
```bash
1313
$ npm i @tanstack/react-query
14+
# or
15+
$ yarn add @tanstack/react-query
1416
```
1517

1618
React Query is compatible with React v16.8+ and works with ReactDOM and React Native.

0 commit comments

Comments
 (0)