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

The React documentation website

Results 773 react.dev issues
Sort by recently updated
recently updated
newest added

### Summary The deep dive link to the "Optimiizing performance" page in the Render and Commit section points to a legacy page ### Page https://react.dev/learn/render-and-commit ### Details _No response_

type: typos

### Overview Per title. This point / minor section was missing in the built-in hooks section (follow-up to https://github.com/reactjs/react.dev/pull/8087).

CLA Signed

`codemod@latest` is no longer able to run the codemod recipe correctly

CLA Signed

### Summary ### Description The below code example on the page https://react.dev/learn/adding-interactivity is deployed correctly when I build the project using vite. However, when I try to deploy the same...

bug: unconfirmed

remove unused import in scripts add [eslint-plugin-unused-imports](https://www.npmjs.com/package/eslint-plugin-unused-imports)

CLA Signed

### Problem The sidebar on the React documentation had a fixed width, causing it to overlap the main article content on certain screen sizes. ### Solution Changed the sidebar's CSS...

CLA Signed

I think it's good to say this explicitly. Lifted it from https://github.com/reactjs/react.dev/pull/8071. Also driveby style nit

CLA Signed
React Core Team

### Summary https://react.dev/reference/eslint-plugin-react-hooks says: > Starting in version 6.0, these rules are available to opt-in: > ... According to that page only `exhaustive-deps` and `rules-of-hooks` are recommended. But if you...

bug: unconfirmed

### Summary Sometime this afternoon, the page for `useLayoutEffect`: https://react.dev/reference/react/useLayoutEffect broke with: > Application error: a client-side exception has occurred (see the browser console for more information). ### Page https://react.dev/reference/react/useLayoutEffect...

bug: unconfirmed