Skip to content

Commit 11e7c77

Browse files
authored
Update Zod link in schema validation section (#1208)
1 parent 0e12565 commit 11e7c77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ function App() {
710710
711711
## Schema Validation {#SchemaValidation}
712712
713-
We also support schema-based form validation with [Yup](https://github.com/jquense/yup), [Zod](https://github.com/vriad/zod) , [Superstruct](https://github.com/ianstormtaylor/superstruct) & [Joi](https://github.com/hapijs/joi), where you can pass your `schema` to [useForm](/docs#useForm) as an optional config. It will validate your input data against the schema and return with either [errors](/docs#errors) or a valid result.
713+
We also support schema-based form validation with [Yup](https://github.com/jquense/yup), [Zod](https://github.com/colinhacks/zod) , [Superstruct](https://github.com/ianstormtaylor/superstruct) & [Joi](https://github.com/hapijs/joi), where you can pass your `schema` to [useForm](/docs#useForm) as an optional config. It will validate your input data against the schema and return with either [errors](/docs#errors) or a valid result.
714714
715715
**Step 1:** Install `Yup` into your project.
716716

0 commit comments

Comments
 (0)