react.dev
react.dev copied to clipboard
The React documentation website
### Summary On **Writing Markup with JSX** page, legacy [blog post](https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html#whats-a-jsx-transform) is referenced. ### Page https://react.dev/learn/writing-markup-with-jsx#jsx-putting-markup-into-javascript ### Details It would be great to migrate this blog post to the new...
This fixes the code example in the "Composing Server Actions with Actions" section and updates the imports for all the code examples on the page to ensure consistency with the...
This PR adds info about the App.js conference in 2025 🎉
Nice catch by @dai-shi https://x.com/dai_shi/status/1840967455101108241
Fixed typo for better consistency throughout documentation.
Fixes #7134 This PR addresses the previous issue regarding the new JavaScript methods `toSort()` and `toReversed()`. The approach here was to mention the existence of these new methods in the...
I found any example in document in not render. For example, in [useContext](https://react.dev/reference/react/useContext). Try again later or reload page is not work. 
### Summary I would like to suggest adding [React Admin](https://marmelab.com/react-admin/) to [the Production-grade React frameworks section](https://react.dev/learn/start-a-new-react-project#production-grade-react-frameworks) on documentation. React Admin has become a widely adopted solution for building powerful admin...
### Summary Hello , I think the Start a New React Project section of the installation pages can be improved by dividing it between SSR and SPA and include vite,...