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

### Summary Follow this link to debug the react source code yet failed: https://legacy.reactjs.org/docs/how-to-contribute.html Steps: 1). Make no changes to main branch and just run the `yarn build` command 2)....

type: typos

### Summary When I open [home page of the documentation](https://react.dev/) there's a visual bug in a video component example. ### Page https://react.dev/ ### Details The visualization of the `Video` component...

bug: unconfirmed

e.g. the hydration diff will always produce `/errors/418?args[]=` in prod because prod doesn't have diffs. This displayed a `[missing-argument]` which isn't accurate. Includes drive-by fix for https://github.com/reactjs/react.dev/issues/6734 Preview: - https://react-dev-git-fork-eps1lon-empty-error-decoder-fbopensource.vercel.app/errors/418?args[]=...

CLA Signed

### Summary In Composing Server Actions with Actions: ``` "use client"; import {updateName} from './actions'; function UpdateName() { const [name, setName] = useState(''); const [error, setError] = useState(null); const [isPending,...

type: typos

Suggest new ES2023 non-mutating array methods: `toSpliced`, `with`, `toReversed`, `toSorted`.

CLA Signed

### Summary I read the React19 blog. And I also read the documentation about useActionState. I thought the difference between useActionState and useFormState was that the pending state is returned,...

type: typos

- Make it more clear that shallow rendering is not supported - Provide recommendations for incrementally migrating tests before major version upgrade

CLA Signed
react core team

### Summary When I hover over a menu element, it triggers a request to fetch the page data. However, each subsequent hover initiates the request again. I believe this is...

bug: unconfirmed

### Summary Check out this error: https://react.dev/errors/418 It's formatted all on one line, but should have new lines. ### Page https://react.dev/errors/418 ### Details _No response_

good first issue
bug: confirmed