Skip to content

Commit

Permalink
doc: add resolver comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisre committed Feb 6, 2025
1 parent b02d257 commit 6053a6d
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,37 @@
## Install

Install your preferred validation library alongside `@hookform/resolvers`.

npm install @hookform/resolvers

npm install @hookform/resolvers # npm
yarn add @hookform/resolvers # yarn
pnpm install @hookform/resolvers # pnpm
bun install @hookform/resolvers # bun

<details>
<summary>Resolver Comparison</summary>

| resolver | Infer values <br /> from schema |
|---|---|
| AJV ||
| Arktype ||
| class-validator ||
| computed-types ||
| Effect ||
| fluentvalidation-ts ||
| io-ts ||
| joi ||
| Nope ||
| Standard Schema ||
| Superstruct ||
| typanion ||
| typebox ||
| typeschema ||
| valibot ||
| vest ||
| vine ||
| yup ||
| zod ||
</details>

## Links

Expand Down

0 comments on commit 6053a6d

Please sign in to comment.