react-hook-form / resolvers

📋 Validation resolvers: Yup, Zod, Superstruct, Joi, Vest, Class Validator, io-ts, Nope, computed-types, typanion, Ajv, TypeBox, ArkType, Valibot, effect-ts and VineJS
https://react-hook-form.com/
MIT License
1.72k stars 157 forks source link

Add valibot resolver #602

Closed erikshestopal closed 1 year ago

erikshestopal commented 1 year ago

Adds a resolver for the new valibot library. Codesandbox link to play around with implementation.

bluebill1049 commented 1 year ago

This is awesome! Thanks for producing this. I am sure a lot of users would be happy to use this lighter version of schema validation library.

bluebill1049 commented 1 year ago

close #610

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 3.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

fabian-hiller commented 1 year ago

@erikshestopal thank you! 🤝

philwolstenholme commented 1 year ago

Thanks!