Skip to content

Commit

Permalink
chore(website): remove new requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Dec 13, 2024
1 parent d59c9c4 commit 8b39a25
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions website/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,14 @@ import TabItem from '@theme/TabItem';

# Getting started

:::info Requirements (>= 7.10.0)

- Next.js 15.1
- React >= 19
- TypeScript >= 5
- A supported validation library: Zod, Valibot, Yup, TypeBox
:::

:::info Old requirements (\<= 7.9.9)
:::info Requirements

- Next.js >= 14 (>= 15 for [`useStateAction`](/docs/execute-actions/hooks/usestateaction) hook)
- React >= 18.2.0
- TypeScript >= 5
- A supported validation library: Zod, Valibot, Yup, TypeBox
:::



:::warning
Next.js >= 15.1 and React 19 are required for using next-safe-action >= 7.10.0. This is due to internal error handling framework changes. So, please upgrade to the latest version to use this library with Next.js 15.0.5 or later.
:::

**next-safe-action** provides a typesafe Server Actions implementation for Next.js App Router applications.

## Installation
Expand Down

0 comments on commit 8b39a25

Please sign in to comment.