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

> You can nest state as much as you like, but making it “flat” can solve numerous problems. It can be confusing for users without proper background to understand how...

CLA Signed
beta

It would be nice to have a button that copies code snippets instead of having to select the code manually. Something similar to the [nuxt docs](https://nuxtjs.org/docs/get-started/commands/#server-deployment). ![image](https://user-images.githubusercontent.com/34947993/185974027-bf19d17e-2550-4b44-be94-f40d97dfb8f2.png)

It would be better If [onRender callback](https://reactjs.org/docs/profiler.html#onrender-callback) in Profiler section include **time unit** that is used for actualDuration and baseDuration arguments of onRender callback function to help the reader know...

List of APIs that are documented : - aria - checked - className - dangerouslySetInnerHTML - htmlFor - onChange - selected - style - suppressContentEditableWarning - suppressHydrationWarning - value `suppressHydrationWarning...

CLA Signed
beta

In the following blog, the tutorial hyperlink lands on a 404 page. https://reactjs.org/blog/2014/05/06/flux.html

We need a peaceful world. We should support Syrian refugees like Ukraine. Let's add a new banner to support them. Biden orders airstrikes against Iranian-backed groups in Syria following attacks...

Add a phase with a short description of what is reconciliation

CLA Signed

fix: https://github.com/reactjs/reactjs.org/issues/4911 `unmountComponentAtNode` is used on Testing Recipes. https://reactjs.org/docs/testing-recipes.html However, `unmountComponentAtNode(container)` has been changed to `root.unmount()` in react 18. It also shows to use `createRoot`. I have updated the testing-recipes...

CLA Signed

React maintainers could simply generate the old HTML and cut subdomains of how the site used to look on older versions with older examples and api specifications. Then link and...