An open API service indexing awesome lists of open source software.

https://github.com/codingzeal/nextjs-server-action-validation


https://github.com/codingzeal/nextjs-server-action-validation

Last synced: 12 months ago
JSON representation

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
```