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

### Summary **To Reproduce Steps to reproduce the behavior:** 1. Go to home page 2. Run accessibility check (I used AxeDevTools - see screenshots below of issue) 3. Repeat for...

bug: unconfirmed

### Summary ![react-doc-bug](https://github.com/user-attachments/assets/e0015238-c442-4abb-b005-8b22f6b77775) All examples in a whole doc, show an error. Internet is good. But i see result uising VPN ### Page https://react.dev/learn ### Details _No response_

bug: unconfirmed

### Summary In the documentation on the 'Learn' page, under the section 'Updating Arrays in State,' the solution for Challenge 2 appears to have a bug. When using `console.log` to...

bug: unconfirmed

If have changed the following to prevent confusion. In these cases `updateName` and `createNote` will most likely be Server Functions, importing them from `./actions` will not help in understanding the...

CLA Signed

ToC Highlight on Click: A new useEffect is added to listen for clicks on the ToC links. When a link is clicked, the currentIndex is updated to highlight the clicked...

CLA Signed

### Overview Added manual expand/collapse toggle handler for the arrow icon in the sidebar while keeping the original design, functionality and structure of the sidebar. [preview](https://react-dev-git-fork-bauertim-sidebar-routes-acca8a-fbopensource.vercel.app/) ### Details `SidebarRouteTree` component...

CLA Signed

### Summary The ["use client"](https://react.dev/reference/rsc/use-client) docs state: > During render, the framework will server-render the root component and continue through the [render tree](https://react.dev/learn/understanding-your-ui-as-a-tree#the-render-tree), opting-out of evaluating any code imported from...

type: typos

Fixed code indentation in learn/writing-markup-with-jsx.md for consistency. Before | After --- | --- |

CLA Signed

Append `@latest` to the `create-xxx` commands so that npx fetches the latest version of a package.

CLA Signed

### Summary Improve docs about Static Site Generation (SSG) ### Page _No response_ ### Details What is the official and easiest way to build a static-files generated website (with separate...

type: documentation