v19.0.0v18.3.1
Reading changes from the repo…
renderToMarkup
function, which allows for rendering components to HTML in a non-RSC environment, enhancing flexibility in rendering. useTransition
, allowing for smoother state transitions in your applications. This built-in hook returns a stable value, similar to useState
, enhancing the user experience during updates. useMemoCache
resetting on setState
calls during render, preventing infinite loops and ensuring stable performance. Fix the validation logic for React.Children
to ensure that keys are properly checked, preventing warnings for valid cases. prerender
API in the React Server Components package, providing clearer guidance for implementers. Introduce a new README for the react-server
package, offering essential information to help developers get started with React Server Components.