Server Actions let you call server-side functions directly from client components.
Key Points
- No need to create API routes for simple mutations
- Progressive enhancement works even without JavaScript
- Pair with
useActionStatefor pending and error states