Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 594 Bytes

File metadata and controls

20 lines (14 loc) · 594 Bytes

Design Patterns for Forms with Next.js and Server Actions

Overview

This repository is form design patterns that use server actions to perform Validation of forms. The Playground code uses zod as the library for schema validation, but other libraries should be able to implement the same pattern.

Getting Started

pnpm install
pnpm run dev

References