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

The current React documentation does not include detailed information about React Fiber. Given the importance and impact of React Fiber on React's performance and internal mechanisms, it would be beneficial...

Fix #7027: chore: Remove startTransition's synchronous examples and infos

CLA Signed

Fix #7019: chore: Fix typo in queueing-a-series-of-state-updates filename

CLA Signed

### Summary Since this change: https://github.com/facebook/react/blob/main/CHANGELOG-canary.md#october-5-2023-1830-canary-546178f91-20231005 The line > The function you pass to startTransition must be synchronous. React immediately executes this function, marking all state updates that happen while...

type: typos

### Summary You Might Not Need an Effect has this example: ```js // 🔴 Avoid: Adjusting state on prop change in an Effect useEffect(() => { setSelection(null); }, [items]); ```...

type: documentation

### Summary Please add a "Scroll to Top" button to improve user experience. The button should appear after scrolling down and allow users to quickly return to the top of...

type: documentation

Fix #7001: chore: Refactor Accordion component to use state hook for panel activation

CLA Signed

Fix #7002: chore: fix typo in resource and metadata components documentation

CLA Signed

# fix: correct path handling for file name extraction in `rss.js` Hello😊 Thank you for your attention to this matter :) ## 1. Description This PR addresses an issue with...

CLA Signed

## Details - Improves accessibility score to 100% for homepage in both light and dark mode across all devices - Used AxeDevTool for accessibility check - Closes issue [7233](https://github.com/reactjs/react.dev/issues/7233) ##...