Jan 3, 2022
Three main dependencies for react js
1)axios axios is used for API calling ie GET,POST,PUT etc
2) react-router-dom
react-router-dom is used for page routing ie navigating from one page to another page
3)react-redux
react-redux is used for effective state management ie making the data global so that any component can call the data if needed.