Replies: 2 comments 1 reply
-
I'm keen to use Valibot. There is a standard-schema approach that could be leveraged. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think you need to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Body
Summary
You should add support for other validators like zod, yup, joi and especially typebox (which is what i want to use) and in addition, a custom function-based validator would be cool i.e. something like that:
Background & Motivation
Not everyone uses zod. Plus its extremely slow compared to other competitors.
Goals
Being able to choose the library you're most familiar with
Example
z.object
would be converted toT.object
for typebox and so on for other validatorsAnd please compile Typebox instead of using Check
Beta Was this translation helpful? Give feedback.
All reactions