Next.jsIntermediate
Server Actions
Call server-side functions directly from client components and forms. No API route needed — just mark a function `'use server'` and call it from the client with progressive enhancement built-in.
Next.jsServer ActionsFormsMutations
View on Next.js
Opens official documentation at nextjs.org