react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

The React documentation website

Results 680 react.dev issues
Sort by recently updated
recently updated
newest added
trafficstars

https://github.com/gatsbyjs/gatsby/pull/27615 They reverted the official support because ecosystem is not ready for that feature. If you need to use this new JSX transform feature in lastest Gatsby (in this time...

When you tried to open [ChromeVox website](https://www.chromevox.com/) on [A11y docs](https://reactjs.org/docs/accessibility.html) for the first time, it will get a warning of privacy error like this ![privacy error react](https://user-images.githubusercontent.com/43630681/176577949-fad4ad4f-f09a-413d-9d8c-f025a27a9c52.png) So it will...

CLA Signed

https://reactjs.org/docs/handling-events.html Handling Events -> Passing Arguments to Event Handlers Since the event argument may not always be second, but actually is always the last, this change proposes to make it...

CLA Signed

This PR adds the following features based on tsserver to the Sandpack code editor. - Hover tooltips. These are styled similar to VS Code, and follow the Sandpack editor's syntax...

CLA Signed
beta

This PR was sparked by this comment in the CRA repo: https://github.com/facebook/create-react-app/issues/11180#issuecomment-874748552 > Starting with 2.0, it’s [CRA] mostly in maintenance mode and does not strive to be the best...

CLA Signed

More and more browsers support ESM and Vite is also support creating new React app.

CLA Signed

https://reactjs.org/docs/integrating-with-other-libraries.html / https://github.com/reactjs/reactjs.org/blob/main/content/docs/integrating-with-other-libraries.md uses the method `componentWillReceiveProps` in its examples. However, that method has been deprecated according to https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops .

I have just lost a day's work wondering why my GSAP animations weren't working only to realize the double call in strict mode. While I understand the reasons for strict...