react.dev
react.dev copied to clipboard
The React documentation website
### 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...
### Summary  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_
### 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...
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...
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...
### 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...
### 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...
Fixed code indentation in learn/writing-markup-with-jsx.md for consistency. Before | After --- | --- |
Append `@latest` to the `create-xxx` commands so that npx fetches the latest version of a package.
### 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...