How to install React version 16?KTKumaran T8yAsked May 5, 2018, 8:39 AM1.1kNode.jsAny body can help me? How to install React version 16. Kindly send the Procedure....
Manav Pandya8y agoPosted May 5, 2018, 10:09 AMHello Its pretty easy to install latest version of react , and i hope that you have already used older version installed in your machine If you application has version 15.6 than it will work in 16.0 perfectly Upgrade : For upgrading you can get latest react and react-dom by below commands - For react :npm install --save react@^16.0.0 - For react-dom :npm install --save react-dom@^16.0.0 That's it , now you will be able to work with latest react version I hope it will be helpful to you Thanks
Manav PandyaPosted May 5, 2018, 10:09 AM