DEV Community

Jesse Warden
Jesse Warden

Posted on • Originally published at jessewarden.com

Valibot: JavaScript Schema Validator

If you like JavaScript’s Zod to validate your types at runtime, you’ll Valibot. Like Zod, however, you can also use it with TypeScript to get compiler help. Their current claim to fame is the Lodash style of “1 function per file” which makes it easier for bundlers to shrink the code down super small.

https://www.builder.io/blog/introducing-valibot

Top comments (1)

Collapse
 
artydev profile image
artydev

Great thank you