IntermediateVocabulary#nextjs#server-actions#react#vocabulary

Next.js 15 Server Actions: Key Vocabulary

Server Actions in Next.js 15 allow you to write server-side functions that can be called directly from client components and HTML forms, enabling progressive enhancement and type-safe mutations without a separate API layer.

0 / 5 completed
1 / 5
What directive must appear at the top of a file (or function) to mark it as a Server Action in Next.js 15?