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

How do I participate in the translation of React documentation.

update the callbacks section paragraph in refs and the dom

CLA Signed

issue: https://github.com/reactjs/reactjs.org/issues/4920 and hiding button text in code snippets for small screen

CLA Signed
beta

In the react beta docs, `useCallback` api reference page gives the following example I think the constant naming `memoizedFn` leads to some confusion on what `useCallback` does. People tend to...

Hello React Dev Team: After searching a lot of chapters concerning `React.PureComponent`, I still found the information provided is not sufficient for a developer to start using `PureComponent` in their...

If I understand correctly the intended API of the `useEventCallback` custom hook, the `dependencies` array should contain all the dependencies of the `fn` callback itself (as in the standard `useCallback`...

CLA Signed

#1817

CLA Signed

Unable to see submenu under menu in mobile (small screen). Suppose we selected advanced guides under DOCS from the footer. Only we can see the first item which **Accessibility**. Unable...

https://reactjs.org/docs/refs-and-the-dom.html states twice "You may not use the ref attribute on function components" but makes no mention of the actual way of doing this: `useRef` Please link https://reactjs.org/docs/hooks-reference.html#useref at each...

At https://beta.reactjs.org there is a CSS issue. Pictures worth thousand words so... *** ![Captura de Pantalla 2022-09-16 a las 15 52 36](https://user-images.githubusercontent.com/2211052/190655619-68f3a5b0-6299-483d-ab22-f875fc8fde5a.png) *** **Note**: quick work-around: if you add a...