React is a JavaScript library for building user interfaces.
28 Mar 2025 · Newest first
Last checked
Checking sources…
Showing 1 of 1 releases. Full release notes.
Signals highlight changes worth reviewing. They cannot determine whether your application is affected.
Removed support for using HTML comments (e.g.
<!-- -->) as a DOM container. #32250
Fixed a bug where dev-only methods were exported in production builds. React.act is no longer available in production builds. #32200
An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.
useId to use valid CSS selectors, changing format from :r123: to «r123». #32001href attribute is an empty string #31783getHoistableRoot() didn’t work properly when the container was a Document #32321<!-- -->) as a DOM container. #32250<script> and <template> tags to be nested within <select> tags. #31837exports field to package.json for use-sync-external-store to support various entrypoints. #25231unstable_prerender, a new experimental API for prerendering React Server Components on the server #31724registerServerReference in client builds to handle server references in different environments. #32534