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

Addresses https://github.com/facebook/react/issues/13346

CLA Signed

This is the fix for the issue no: #787 Closes: #787 The problem I found is that after multiple clicks on the website, if I click on the href link,...

CLA Signed

The browser "back" button doesn't work after clicking a fragment link (`/page` => `/page#something`). URL changes back from `/page#something` to `/page`, but it has no effect on the scroll position.

good first issue
bug: confirmed

[Preview](https://react-dev-git-mattcarrollcode-patch-2-fbopensource.vercel.app/)

CLA Signed
react core team

Addresses https://github.com/facebook/react/issues/27980 [Preview](https://react-dev-git-fork-mattcarrollcode-useforms-890d53-fbopensource.vercel.app/reference/react-dom/hooks/useFormStatus#useformstatus-will-not-return-status-information-for-a-form-rendered-in-the-same-component)

CLA Signed
react core team

### Summary Some document contains values ​​for `crossOrigin` and `as`, but descriptions are inconsistent. This is the current state of the document: ![image](https://github.com/reactjs/react.dev/assets/14935777/0b698e7c-1078-4096-b5b5-90d5ee7f28a5) ![image](https://github.com/reactjs/react.dev/assets/14935777/989bbe18-56e3-4167-ab1e-7df87deb8205) ![image](https://github.com/reactjs/react.dev/assets/14935777/6d1362d0-fafe-48cd-a0c1-010e04c81292) So I thought `preinit` had...

type: typos

From the above, `as` does not have a `fetch` value

CLA Signed

This pull request addresses a potential confusion in the documentation regarding conditional rendering in React. The original warning stated not to put numbers on the left side of '&&,' but...

CLA Signed

### Summary After completing https://react.dev/learn/keeping-components-pure#challenges I decided to click the button labeled "[Take our survey!](https://www.surveymonkey.co.uk/r/PYRPF3X)," but every question mentioned "beta.reactjs.org," a different domain from what I was reading: react.dev ###...

bug: unconfirmed

In https://react.dev/learn/responding-to-events#passing-handlers-as-alternative-to-propagation > You could add more code to this handler before calling the parent onClick event handler, too. This pattern provides an alternative to propagation. It lets the child...