react.dev
react.dev copied to clipboard
The React documentation website
### Summary The "Previous" and "Next" blog navigation links on https://react.dev/blog appear to be reversed. ### Page https://react.dev/blog/[date]/[articalName] ### Details ❌ Current Behavior: - The "Previous" link points to a...
Hi! I read the React Compiler guide https://react.dev/learn/react-compiler I believe the author meant to advice to install the Babel plugins in the **Usage** section https://react.dev/learn/react-compiler#installation as **dev** dependencies. This is...
I updated version of react from 18.2.0 to 19.1.0 (@types/react to 19.1.6, @types/react-dom to 19.1.5). After the update I received several components with such errors: ``` Argument of type 'typeof...
**Existing Issue:**[ #7811](https://github.com/reactjs/react.dev/issues/7811) **Page** [Common components](https://react.dev/reference/react-dom/components/common#ref-callback) **Changes** _Old_ _New_ These changes: 1. Emphasize the modern cleanup pattern (which matches the code example) 2. Clarify that cleanup functions are called instead...
CodeSandbox doesn't seem to support any platform React Developer Tools as is seen in tutorial. This section is rewritten to use the browser extension directly on the preview. Closes #7706
# Enhance React Developer Tools with Comprehensive Debugging Guide ## Summary Transform the React Developer Tools documentation from a basic installation guide into a comprehensive debugging resource with practical, step-by-step...
### Summary Adding documentation to the [useEffect](https://react.dev/reference/react/useEffect) page to note that Effects in children components are committed before their parent component ### Page https://react.dev/reference/react/useEffect ### Details Hi I was digging...
### Summary When I scroll on Opera on iPhone, there is a bug with the page ### Page https://react.dev/blog/2025/04/23/react-labs-view-transitions-activity-and-more ### Details Here is the video of the issue https://www.veed.io/view/6dd44400-f747-4dac-aca5-f6578ea5d923?panel=share
### Summary https://react.dev/reference/react/forwardRef ### Page https://react.dev/reference/react/forwardRef ### Details _No response_
Update a bullet point that was referencing forwardRef as a means to passing ref to being able to pass ref like any other prop. Fixes #7345