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

Clicking on [Basic useState examples](https://beta.reactjs.org/apis/usestate#examples-basic) in [Additional resources]( https://www.coursera.org/learn/react-basics/supplement/K9KhU/additional-resources) throws below error "Not Found This page doesn’t exist."

SidebarButton component is never used in the sidebar or imported anywhere. SidebarLink is used instead. ![Screenshot from 2024-10-11 11-52-01](https://github.com/user-attachments/assets/ad004309-bc1e-49f8-9bc6-cb57807de8f6)

CLA Signed

### Summary The ErrorBoundary example code [link](https://19.react.dev/reference/react/use#displaying-an-error-to-users-with-error-boundary) fails to compile with the error `Cannot find module 'react-error-boundary' from '/src/message.js'` CodeSandbox fork shows `react-error-boundary` is missing from `package.json` ### Page https://19.react.dev/reference/react/use...

bug: unconfirmed

### Summary By reading the [React 19 blog post](https://react.dev/blog/2024/04/25/react-19#actions). It shows two equivalent pieces of code, one of which uses `useTransition` and the other `useActionState`. I get a strong impression...

type: documentation

While translating [Passing Props to a Component](https://react.dev/learn/passing-props-to-a-component) page, I came across DPI term which is widely known I think. But, maybe there are some people who are not familiar with...

CLA Signed

### Summary The left-side navigation menu in the React official documentation currently lacks a collapse feature. When navigating through long lists, users have to scroll to the bottom to access...

type: documentation

This fixes a minor typo in the createContext documentation. Alternatively, the sentence could be changed to: > This older way still works, but **newly written code should read context with...

CLA Signed

This pull request aims to enhance the React documentation regarding suppressing hydration mismatch errors by providing a clear definition of the term "one level deep." Changes Made: Updated the documentation...

CLA Signed

### Summary In the docs for "Suppressing unavoidable hydration mismatch errors" (https://react.dev/reference/react-dom/hydrate#suppressing-unavoidable-hydration-mismatch-errors), it would be helpful to define what "one level deep" means when the docs say: "This only works...

type: documentation