Back to Next Js

Forms with Next.js and Server Actions

examples/next-forms/README.md

16.2.51.0 KB
Original Source

Forms with Next.js and Server Actions

This example shows how you can build forms with Next.js and Server Actions.

Deploy your own

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

bash
npx create-next-app --example next-forms next-forms-app
bash
yarn create next-app --example next-forms next-forms-app
bash
pnpm create next-app --example next-forms next-forms-app

Deploy it to the cloud with Vercel (Documentation).