File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,27 @@ React Query Rewind introduces a powerful DevTool extension designed to work in c
3535
36361 . Download npm package into your application.
3737
38+ ** React**
39+
3840 ```sh
3941 npm i -D react-query-rewind
4042 ```
4143
44+ ** Svelte**
45+
46+ ```sh
47+ npm i --save-dev @react-query-rewind/svelte-query-rewind
48+ ```
49+
50+ ** Vue**
51+
52+ ```sh
53+ npm i --save-dev @react-query-rewind/vue-query-rewind
54+ ```
55+
56+ ** NextJS**
57+ _ Some older versions of NextJS point to the
58+
42592 . Import the ReactQueryRewind component into the root of your applicaiton.
4360
4461 _ picture of importing the component_
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Svelte Query Rewind introduces a powerful DevTool extension designed to work in
36361 . Download npm package into your application as a dev dependency.
3737
3838 ``` sh
39- npm i --save-dev react-query-rewind
39+ npm i --save-dev @ react-query-rewind/svelte -query-rewind
4040 ```
4141
42422. Import the ReactQueryRewind component into the root of your applicaiton.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Vue Query Rewind introduces a powerful DevTool extension designed to work in con
36361 . Download npm package into your application as a dev dependency.
3737
3838 ``` sh
39- npm i --save-dev react-query-rewind
39+ npm i --save-dev @ react-query-rewind/vue -query-rewind
4040 ```
4141
42422. Import the ReactQueryRewind component into the root of your applicaiton.
You can’t perform that action at this time.
0 commit comments