Replies: 1 comment 2 replies
-
Some features such as function and promise schemas are still missing in Valibot, but we plan to add this functionality in the coming weeks. The biggest difference is in implementation, API design, developer experience and ecosystem. With Zod, you can easily chain the methods which results in a great DX. With Valibot you have to import them one by one and add the functions to the right place. I wrote my bachelor thesis on this topic. Feel free to take a look: https://valibot.dev/thesis.pdf |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using Zod and I really love it. its super intuitive.
But this seems like a no brainer, smaller, and has the same API?
So why wouldn't everyone use this? what are the downsides of using this over Zod?
Are there missing features or things I can't do with Valibot that I can with Zod?
Beta Was this translation helpful? Give feedback.
All reactions