react.dev
react.dev copied to clipboard
The React documentation website
Updated text editor recommendations and ESLint instructions for clarity and accuracy.
I was surprised to find that the Table of Contents (TOC) didn’t appear in the top-right corner on the 14-inch MacBook Pro . In my opinion, having a TOC is...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.16.7 to 7.28.4. Release notes Sourced from @babel/runtime's releases. v7.28.4 (2025-09-05) Thanks @gwillen and @mrginglymus for your first PRs! :house: Internal babel-core, babel-helper-check-duplicate-nodes, babel-traverse, babel-types #17493 Update...
Bumps [next](https://github.com/vercel/next.js) from 15.1.9 to 15.4.8. Release notes Sourced from next's releases. v15.4.8 Please see CVE-2025-66478 for additional details about this release. v15.3.6 Please see CVE-2025-66478 for additional details about...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.1 to 3.3.11. Release notes Sourced from nanoid's releases. 3.3.11 Fixed React Native support. 3.3.10 Fixed React Native support (by @steida). 3.3.9 Reduced npm package size. Changelog...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. Changelog Sourced from js-yaml's changelog. [3.14.2] - 2025-11-15 Security Backported v4.1.1 fix to v3 [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml...
Fix typo in code snippet callout that is highlighting some lines of example code. It should .map through items, not item.
Remove redundant prop, it's not used in any of the examples on the page.
**What is the current behavior?** In the "City quiz" examples found on both the `learn/managing-state` and `learn/reacting-to-input-with-state` pages, submitting a wrong answer causes an error message to appear. This error...
- Add filter parameter to match .js, .jsx, .ts, and .tsx files - Include @babel/preset-typescript for TypeScript support - Add ReactCompilerConfig variable for consistency - Align with React Router configuration...