Now let’s get to the action, Server Actions!
- 10:10
- -
- 10:40
June 24, 2024
10:40
10:10
Hall B
English | Intermediate | React Focus
In conjunction with Next.js Server Components, shipping and writing less JavaScript to the client has become more popular. It has also introduced Server Actions.
Let's examine this new creature, which brings us closer to the platform. It allows us to generate interactions from the user without relying on complex state and JavaScript, and even disable JavaScript completely in the browser.
In this session, we will cover all types of Server Actions, introducing some new React Hooks.