I have a React project built with create-react-app
1.5. I would like to get the features of create-react-app
2.0 for my React project.
Specifically I would like to use this: https://github.com/facebook/create-react-app/pull/3909
To update your React version, install the latest versions of the react and react-dom packages by running npm install react@latest react-dom@latest . If you use create-react-app , also update the version of react-scripts . Copied! The command will update the versions of the react-related packages.
v5. 0.0 (2021-12-14)
Basically, to upgrade a create-react-app
project, all you need to do is update the react-scripts
module to the latest version and update your app to be compatible with any breaking changes in react-scripts
.
Run yarn upgrade --latest react-scripts
, rebuild your app, and everything should more-or-less work, barring any breaking changes.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With