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

Signed-off-by: amolmote

CLA Signed

`yarn debug-test` is now deprecated in React package.json. It has been replaced by `yarn test --debug`.

CLA Signed

`adding-interacitivity.md` correctly links to the page "/learn/queueing-a-series-of-state-updates" at the top of the page's YouWillLearn component, but further in it mistypes "updates" as "changes" leading to a 404 page, fixed in...

CLA Signed
beta

#4475 I have looked at the comments made by @harish-sethuraman and @invinciblejackalope and have updated the outdated package names where necessary.

CLA Signed
beta

As stated here https://github.com/reactjs/reactjs.org/blob/main/content/docs/strict-mode.md?plain=1#L181 useInsertionEffect is included with enableStrictEffects flags in react. but it is not working. and react code also doesn't seem to have this check for useInsertionEffect. please...

This hides social banner when scrolled on mobile/tablet. **Demo** ![ezgif com-gif-maker](https://user-images.githubusercontent.com/43666833/177294292-ab72b973-05bd-4797-9e4b-5c4d0a0ce35a.gif)

CLA Signed
beta

download react-16.8.0 source code and run "yarn" follow Development Workflow run "yarn build react/index,react-dom/index --type=UMD" but react-16.8.0/build/node_modules/react/umd/react.development.js net::ERR_FILE_NOT_FOUND build folder only contains facebook-www folder and react-native folder

bug: unconfirmed

For new or less experienced users usage `inputRef.current.focus()` in `useImperativeHandle` is ambiguous. For the example, we should use a different property name than the sample action.

CLA Signed

Hey team, Love the new Beta Docs! Can you please provide a section (maybe a deep dive and/or a more reading link) explaining where the `{children}` value is coming from...