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

Hi Teams, Recently I wanted to debug react source code and I clicked link from React README.MD Contributing. It jumped to [link](https://legacy.reactjs.org/docs/how-to-contribute.html). I find the section issue is **Development Workflow**...

I found the "Advanced Guides" section in the legacy react docs extremely useful - especially [Higher Order Components (HOCs)](https://legacy.reactjs.org/docs/higher-order-components.html). Would it be possibly to add this section once again to...

![image](https://github.com/reactjs/react.dev/assets/47961959/d38fd4d3-bade-4f98-9755-bca70702e156) 这是我编写的 ![image](https://github.com/reactjs/react.dev/assets/47961959/c54d5fc1-2906-483c-8668-59c6d16190a0) 这个是答案 ![image](https://github.com/reactjs/react.dev/assets/47961959/d4f2b27a-3767-4a38-b857-ff6c56533b01) 不太理解答案useDelayedValue 这个Hook为什么需要使用useEffect,每次移动鼠标不是会重新渲染Canvas吗

I've found a wrong solution through a reduce() operation when solving this exercise as follows: ```javascript export function getFinalState(baseState, queue) { let finalState = queue.reduce((accumulator, currentChange) => { if ('function'...

CLA Signed

### Question Link https://react.dev/reference/react/useSyncExternalStore#subscribing-to-a-browser-api ### Summary Hello! I have a question about usage of `useSyncExternalStore` example in this example, you can check `navigator.onLine` status using `useSyncExternalStore`. Yeah, example works well,...

Provide a clearer, up-front explanation of the three cases for the `dependencies` parameter in `useEffect` to reduce the need to click through to the more in-depth explanation further down. I...

CLA Signed

the PR fixes this grammar error: "behavior help" -> "behavior helps"

CLA Signed