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
Copy file name to clipboardExpand all lines: docs/react/installation.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,16 @@ You can install React Query via [NPM](https://npmjs.com/),
7
7
or a good ol' `<script>` via
8
8
[ESM.sh](https://esm.sh/).
9
9
10
-
> v5 is currently in alpha.
10
+
> v5 is currently in beta. We don't anticipate any major API changes from here on out, but we do expect some minor changes and fixes. We encourage you to try it out and report any issues you find.
11
11
12
12
### NPM
13
13
14
14
```bash
15
-
$ npm i @tanstack/react-query@alpha
15
+
$ npm i @tanstack/react-query@beta
16
16
# or
17
-
$ pnpm add @tanstack/react-query@alpha
17
+
$ pnpm add @tanstack/react-query@beta
18
18
# or
19
-
$ yarn add @tanstack/react-query@alpha
19
+
$ yarn add @tanstack/react-query@beta
20
20
```
21
21
22
22
React Query is compatible with React v18+ and works with ReactDOM and React Native.
@@ -31,7 +31,7 @@ If you're not using a module bundler or package manager, you can also use this l
It is recommended to also use our [ESLint Plugin Query](./eslint/eslint-plugin-query) to help you catch bugs and inconsistencies while you code. You can install it via:
Copy file name to clipboardExpand all lines: docs/svelte/installation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@ title: Installation
5
5
6
6
You can install Svelte Query via [NPM](https://npmjs.com).
7
7
8
-
> v5 is currently in alpha.
8
+
> v5 is currently in beta. We don't anticipate any major API changes from here on out, but we do expect some minor changes and fixes. We encourage you to try it out and report any issues you find.
9
9
10
10
### NPM
11
11
12
12
```bash
13
-
$ npm i @tanstack/svelte-query@alpha
13
+
$ npm i @tanstack/svelte-query@beta
14
14
# or
15
-
$ pnpm add @tanstack/svelte-query@alpha
15
+
$ pnpm add @tanstack/svelte-query@beta
16
16
# or
17
-
$ yarn add @tanstack/svelte-query@alpha
17
+
$ yarn add @tanstack/svelte-query@beta
18
18
```
19
19
20
20
> Wanna give it a spin before you download? Try out the [basic](/query/v4/docs/svelte/examples/svelte/basic) example!
Copy file name to clipboardExpand all lines: docs/vue/installation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@ title: Installation
5
5
6
6
You can install Vue Query via [NPM](https://npmjs.com).
7
7
8
-
> v5 is currently in alpha.
8
+
> v5 is currently in beta. We don't anticipate any major API changes from here on out, but we do expect some minor changes and fixes. We encourage you to try it out and report any issues you find.
9
9
10
10
### NPM
11
11
12
12
```bash
13
-
$ npm i @tanstack/vue-query@alpha
13
+
$ npm i @tanstack/vue-query@beta
14
14
# or
15
-
$ pnpm add @tanstack/vue-query@alpha
15
+
$ pnpm add @tanstack/vue-query@beta
16
16
# or
17
-
$ yarn add @tanstack/vue-query@alpha
17
+
$ yarn add @tanstack/vue-query@beta
18
18
```
19
19
20
20
> Wanna give it a spin before you download? Try out the [basic](../examples/vue/basic) example!
0 commit comments