next-safe-action
TypeScript icon, indicating that this package has built-in type declarations

6.2.0 • Public • Published

next-safe-action is a library that takes full advantage of the latest and greatest Next.js, React and TypeScript features, using validation libraries of your choice, to let you define typesafe Server Actions and execute them inside Client Components.

Documentation

Explore the documentation for version 6 of the library on next-safe-action website.

Next.js >= 14 vs 13

Server Actions are now a stable feature in React. For this reason, there were some internal breaking changes to the API, and so a new version of the library is required to prevent backward compatibility issues.

You can continue to use next-safe-action version 4 for your Next.js 13 app.

npm i next-safe-action # for Next.js >= 14
npm i next-safe-action@v4 # for Next.js 13

Migration guides

Version 4.x.x of the library introduced some breaking changes to the API. Please check out the v3 to v4 migration guide on the website for more information.


Version 5.x.x of the library is required for Next.js >= 14 applications. Please check out the v4 to v5 migration guide on the website for more information.


Version 6.x.x of the library lets you use validation libraries other than Zod. Please check out the v5 to v6 migration guide on the website for more information.

Package Sidebar

Install

npm i next-safe-action

Weekly Downloads

12,861

Version

6.2.0

License

MIT

Unpacked Size

36.2 kB

Total Files

13

Last publish

Collaborators

  • theedoran