https://github.com/codingzeal/nextjs-server-action-validation
https://github.com/codingzeal/nextjs-server-action-validation
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codingzeal/nextjs-server-action-validation
- Owner: CodingZeal
- Created: 2024-01-04T18:07:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T17:26:10.000Z (over 2 years ago)
- Last Synced: 2025-06-30T12:47:56.925Z (12 months ago)
- Language: TypeScript
- Size: 229 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Example app
This example application uses Zod to validate a contact form. It demonstrates how to handle server-side validation errors and display them to the user.
See the [blog post](https://www.codingzeal.com/blog) for more information.
## Running Locally
```bash
pnpm install
pnpm dev
open http://localhost:3000
```