Server Actions are now in React Canary, ready for frameworks and libraries to adopt! Server Actions are functions created alongside your components that run on the server for tasks like data mutations
88
448
3K
1.3M
392
Download Image
Server Actions are ready for adoption by libraries and frameworks that support Server Components via pinned Canary React releases. Getting your feedback on Server Actions via Canary releases is a crucial step towards a stable release. react.dev/community/vers…
Client Actions are now also in React Canary. Client Actions enable async, non-blocking UI updates that integrate with Suspense and error boundaries. Client Actions work even if you aren’t using a framework that supports Server Components. codesandbox.io/s/react-client…