Next.js has announced a new feature called server actions which allows you to write one-off server-side functions right alongside your server components. This feature makes it easier to handle form submissions and update data in the database. The action property is used in server components to run server-side code and update the UI without a full page reload.

7m watch time

Sort: