Still True?
← Back to the board
Server Actions

Server Actions are stable since Next.js 14 and enabled by default with no flag.

officialNext.js docs (current)confidence 95%current as of Aug 2026

Server Actions became stable in Next.js 14 so they are enabled by default with no experimental flag. You mark a function with the use server directive to run it on the server from a form or a component. This is the current supported way to mutate data.

Related claims