AdvancedVocabulary#react#next.js#server-actions#rsc#full-stack

React Server Actions (Advanced)

React Server Actions enable server-side mutations called directly from client components. Master vocabulary for Origin-based CSRF protection, deferred revalidatePath execution, file-level 'use server' directives, useOptimistic rollback semantics, and the redirect() pattern inside actions.

0 / 5 completed
1 / 5
A React Server Action is called from a Client Component with an invalid CSRF token. How does Next.js protect against this by default?