1. 24
    Add Validation With Zod and Error Handling for Next.js Server Actions
    1m 17s

Add Validation With Zod and Error Handling for Next.js Server Actions

Ben Patton
InstructorBen Patton
Share this video with your friends

Social Share Links

Send Tweet
Published a year ago
Updated a year ago

With zod and error boundaries we can provide UI feedback if form inputs do not pass validation.

Here I'll set up an Error Boundary inside the modal to to catch the error that Zod throws. You can check Zod documentation to make these errors more readable and user friendly.