chore(docs): update React docs link (#63594)

This commit is contained in:
이동현 2024-03-22 23:35:58 +09:00 committed by GitHub
parent fe87d8c6f9
commit 3a1be97fed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ bun add next@12 react@17 react-dom@17 eslint-config-next@12
[Minimum Node.js Version](https://nodejs.org/en/) - The minimum Node.js version has been bumped from `12.0.0` to `12.22.0` which is the first version of Node.js with native ES Modules support.
[Minimum React Version](https://reactjs.org/docs/add-react-to-a-website.html) - The minimum required React version is `17.0.2`. To upgrade you can run the following command in the terminal:
[Minimum React Version](https://react.dev/learn/add-react-to-an-existing-project) - The minimum required React version is `17.0.2`. To upgrade you can run the following command in the terminal:
```bash filename="Terminal"
npm install react@latest react-dom@latest