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

### Summary The tutorial-tic-tac-toe has a section explaining the use of React Developer Tools using https://codesandbox.io but their platform doesn't seem to support it now. This has led to [some...

bug: unconfirmed

### Summary The useActionState() detail is not correct. ### Page https://react.dev/reference/react/useActionState ### Details In useActionState() page, the reference hook function was useActionState(**action**, initialState, permalink?) while the parameters were **fn**, initialState...

type: typos

How Can I add Persian Translation to the Website React.dev ?

### Summary The solution for the third challenge, "Fix debouncing," does not require a Ref. Moving the `let timeoutID;` to the top inside the `DebouncedButton` component will fix the debouncing....

type: documentation

### Summary Remove useless useState and simply use ref ### Page _No response_ ### Details The docs in the 4th challenge suggest using both a useState and a ref for...

type: documentation

### Summary Currently, the React documentation cannot be printed. Please add features for the documentation to be printable. ### Details I prefer reading documentation offline. I'd like to add annotations....

type: documentation

### Summary In tic tac toe when you follow the steps and download sandbox you cant extract ir as it always show imnvalid file location ### Page https://react.dev/learn/tutorial-tic-tac-toe#setup-for-the-tutorial ### Details...

type: typos

Added more clarity to this section to explain what keys are. They were introduced too suddenly for newer people.

CLA Signed

### Summary Clicking a doc link that includes a [Text Fragment](https://developer.mozilla.org/en-US/docs/Web/URI/Reference/Fragment/Text_fragments) does not scroll nor highlight the relevant text, if that text happens to be inside a "Deep Dive" section....

bug: unconfirmed