react.dev
react.dev copied to clipboard
The React documentation website
How do I participate in the translation of React documentation.
issue: https://github.com/reactjs/reactjs.org/issues/4920 and hiding button text in code snippets for small screen
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`...
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... ***  *** **Note**: quick work-around: if you add a...