facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.79k stars 26.87k forks source link

Docs: code splitting links to old/incorrect React page #13537

Open paulschreiber opened 8 months ago

paulschreiber commented 8 months ago

Describe the bug

In code-splitting.md, it states:

Also check out the Code Splitting section in React documentation.

The link https://reactjs.org/docs/code-splitting.html redirects to https://legacy.reactjs.org/docs/code-splitting.html, which warns that that page is deprecated. I checked react.dev, but didn't see any obvious replacement links.