Back to Developer Roadmap

Server Functions

src/data/roadmaps/nextjs/content/server-actions@IuBZY-ISP1Sy_5OQ99jLY.md

4.0515 B
Original Source

Server Functions

Server Functions are asynchronous functions that are executed on the server. They can be used in Server and Client Components to handle form submissions and data mutations in Next.js applications. In an action or mutation context, they are also called Server Actions.

Visit the following resources to learn more: