VOOZH about

URL: https://thenewstack.io/dev-news-react-19-beta-and-redwood-tests-react-server-components/

⇱ Dev News: React 19 Beta and Redwood Tests React Server Components - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2024-04-27 04:00:22
Dev News: React 19 Beta and Redwood Tests React Server Components
Frontend Development / JavaScript / TypeScript

Dev News: React 19 Beta and Redwood Tests React Server Components

React 19 beta includes the React Server Components features from the canary channel and Redwood.js tinkers with React Server Components.
Apr 27th, 2024 4:00am by Loraine Lawson
👁 Featued image for: Dev News: React 19 Beta and Redwood Tests React Server Components

React 19 beta released Thursday and it includes all of the React Server Components features from the canary channel.

New features in this beta include:

  • Actions. “In React 19, we’re adding support for using async functions in transitions to handle pending states, errors, forms, and optimistic updates automatically,” the team stated in a blog post about the React 19 beta.
  • New hook: useActionState. This was added “to make the common cases easier for Actions,” the team wrote.
  • React DOM <form> Actions. Actions are integrated with React 19’s new <form> features for react-dom.
  • React DOM: New hook: useFormStatus, which makes it easier to write design components that need access to information about the <form> they’re in, without drilling props down to the component.
  • New hook: useOptimistic. “Another common UI pattern when performing a data mutation is to show the final state optimistically while the async request is underway,” the team wrote. “In React 19, we’re adding a new hook called useOptimistic to make this easier.”
  • New API: use. There’s a new API to read resources in render: use. This can be used to read a promise, which React will suspend until the promise resolves.

The team also explained a bit more about React Server Components. They are a new option the “allows rendering components ahead of time, before bundling, in an environment separate from your client or SSR server,” the team wrote. The separate environment is the “server” and server components can run once at build time on a CI server or they can be run for each request using a web server, the team explained.

“This means libraries that ship with Server Components can now target React 19 as a peer dependency with a react-server export condition for use in frameworks that support the Full-stack React Architecture,” the team noted.

While React Server Components are stable and won’t break between major visions, alas the underlying API used to implement the components bundler or framework “do not follow server and may break between minors in React 19.x,” the team wrote.

“To support React Server Components as a bundler or framework, we recommend pinning to a specific React version, or using the Canary release,” the blog post about the release stated. “We will continue working with bundlers and frameworks to stabilize the APIs used to implement React Server Components in the future.”

TRENDING STORIES
Loraine Lawson is a veteran technology reporter who has covered technology issues from data integration to security for 25 years. Before joining The New Stack, she served as the editor of the banking technology site Bank Automation News. She has...
Read more from Loraine Lawson
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.