React 19 RC1 is out
React 19 RC1 is out.
Suspense siblings prerender!
When a component suspends, React commits the fallback of the nearest Suspense boundary without waiting for the sibling tree to render. Then it schedules another render for the siblings.
Details: https://github.com/facebook/react/issues/29898#issuecomment-2477449973
