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: README.md
+6-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,6 @@
5
5
6
6
**next-safe-action** is a library that takes full advantage of the latest and greatest Next.js, React and TypeScript features to let you define **type safe** Server Actions and execute them inside React Components.
@@ -36,7 +30,7 @@ Check out the [v7 to v8 migration guide](https://next-safe-action.dev/docs/migra
36
30
## Installation
37
31
38
32
```bash
39
-
npm i next-safe-action
33
+
npm i next-safe-action@beta
40
34
```
41
35
42
36
## Playground
@@ -47,14 +41,11 @@ You can find a basic working implementation of the library [here](https://github
47
41
48
42
A big shout-out to all our [sponsors](https://github.com/sponsors/TheEdoRan)! You’re the driving force behind this library's growth, and we're truly grateful for your support. ❤️
Copy file name to clipboardExpand all lines: packages/next-safe-action/README.md
+6-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,6 @@
5
5
6
6
**next-safe-action** is a library that takes full advantage of the latest and greatest Next.js, React and TypeScript features to let you define **type safe** Server Actions and execute them inside React Components.
@@ -36,7 +30,7 @@ Check out the [v7 to v8 migration guide](https://next-safe-action.dev/docs/migra
36
30
## Installation
37
31
38
32
```bash
39
-
npm i next-safe-action
33
+
npm i next-safe-action@beta
40
34
```
41
35
42
36
## Playground
@@ -47,14 +41,11 @@ You can find a basic working implementation of the library [here](https://github
47
41
48
42
A big shout-out to all our [sponsors](https://github.com/sponsors/TheEdoRan)! You’re the driving force behind this library's growth, and we're truly grateful for your support. ❤️
0 commit comments