Completed
Next.js Server Action w/ Zod Validation
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Next.js Modal Form with React-Hook-Form, ShadCN/UI Dialog, and Server Actions - Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 What's Your Story?
- 4 Next.js Modal with a Form
- 5 Prerequisites
- 6 Project Dependencies
- 7 Example App
- 8 App Components & Routing
- 9 Fetching Type-Safe Data with zod-fetch
- 10 Form Component with react-hook-form
- 11 Save Alert Confirmation Pop-up
- 12 Applying & Viewing the Modal
- 13 onSubmit Function
- 14 Next.js Server Action w/ Zod Validation
- 15 Rendering the Form with Server Action Responses