Answers for "how to change dependencies in react"

0

how to update version of dependencies reactjs

$ npm install -g npm-check-updates
$ ncu -u
$ npm install
Posted by: Guest on May-10-2020
0

install react dependencies

//Sass framework
npm install node-sass --save

//Router, Route, Link
npm install react-router-dom

//Material UI
npm install @material-ui/core
npm install @material-ui/icons

//Font awesome icons 
npm install --save @fortawesome/fontawesome-free

//APIS
npm install axios

//scroll animation
npm install aos --save

//react hook form
npm install react-hook-form
Posted by: Guest on September-02-2020

Code answers related to "how to change dependencies in react"

Browse Popular Code Answers by Language