Server Actions
Server Actions are stable since Next.js 14 and enabled by default with no flag.
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.