Server Actions
Briefly

Server Actions are an alpha feature in Next.js, built on top of React Actions.They enable server-side data mutations, reduced client-side JavaScript, and progressively enhanced forms.You can enable Server Actions in your Next.js project by enabling the experimental serverActions flag.Create a Server Action by defining an asynchronous function with the "use server" directive at the top of the function body.
Read at Nextjs
[
add
]
[
|
|
]