next-safe-action

Type safe and validated Server Actions in your Next.js project.
GitHub
2.28k
Created 2 years ago, last commit 20 days ago
13 contributors
480 commits
Stars added on GitHub, month by month
11
12
1
2
3
4
5
6
7
8
9
10
2023
2024
Stars added on GitHub, per day, on average
Yesterday
-1
Last week
+3.6
/day
Last month
+4.7
/day
Last 12 months
+4.7
/day
npmPackage on NPM
Monthly downloads on NPM
11
12
1
2
3
4
5
6
7
8
9
10
2023
2024
No dependencies
README

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.

How does it work?

Like magic. 🪄

demo.mp4

Features

  • ✅ Pretty simple
  • ✅ End-to-end type safety
  • ✅ Form Actions support
  • ✅ Powerful middleware system
  • ✅ Input/output validation using multiple validation libraries
  • ✅ Advanced server error handling
  • ✅ Optimistic updates

Documentation

Explore the documentation for the current stable version of the library on the next-safe-action v7 website.

Looking for v6 docs?

You can keep using version 6 and eventually upgrade to version 7. Check out the v6 documentation here.

Migrate from v6 to v7

Check out the v6 to v7 migration guide to learn how to update your code for v7.

Installation

npm i next-safe-action

Playground

You can find a basic working implementation of the library here.

Sponsors

A big shout-out to all our sponsors! You’re the driving force behind this library's growth, and we're truly grateful for your support. ❤️

Arcjet Logo
Arcjet

Contributing

If you want to contribute to next-safe-action, please check out the contributing guide.

If you found bugs or just want to ask a question, feel free to open an issue or a discussion by following the issue templates.

Contributors

Made with contrib.rocks.

License

next-safe-action is released under the MIT License.