Loading
Current section: Schema Validation 5 exercises
Problem

Schema Validation

Transcript

00:00 So we've got some good validation going on here. The user experience is just fine, but I want to improve the developer experience a little bit. We're going to switch to schema validation with Zod. This is going to open up a bunch of other really cool things that we can do. So I want you to jump in, delete a bunch of our custom validation logic,

00:19 switch it to schema validation with Zod, and then once you're finished with that, I'll take you through the way that I did it, and then we can move on and make things really, really cool.