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

Current link is defunct, please add new RSS feed link for React blogs #5700

In the legacy ReactJS documentation, we had a [more flexible toolchain](https://legacy.reactjs.org/docs/create-a-new-react-app.html#more-flexible-toolchains) to create a new React app, such as **Neutrino**, **NX**, **Parcel**, and **Razzle**. I used to read that these...

The current value is broken, the header has the `.h-16` class name which equals to 4rem. https://react.dev/reference/react/useDeferredValue#showing-stale-content-while-fresh-content-is-loading **Before** **After** --- For this test, I used: but it equally improve the...

CLA Signed
beta

I have added [absolute paths](https://nextjs.org/docs/advanced-features/module-path-aliases). Now every paths can be written as : `import Button from "@/components/Button.tsx"` instead of : `import Button from "../../components/Button.tsx"`

CLA Signed
beta

"React Bring your own project" group is no longer React themed

CLA Signed
beta

### issue https://user-images.githubusercontent.com/89984740/225947329-83614095-828a-4041-9d71-08f7cce6f627.mp4 --- - set `TOP_OFFSET` 75 to 85 - If the document is short when selecting the second heading from the end, the last heading is selected. So...

CLA Signed
beta

The new docs are missing the following statement for both `useState` and `useReducer`: > Note > > React guarantees that setState function identity is stable and won’t change on re-renders....

**So i was looking around the new documentation and playing with built-in code editor. After i tried to delete or change some HTML tags it shows me this** **I tried...