Day 110:05 AMMain Stage
react
Server Actions Under the Hood
Server Actions let you call server code from JSX like a function. But what happens under the hood? We'll trace a form submission from the client through the framework, watch it serialize, execute, and return — and show the edge cases that trip people up.