React Router

React Router provides a collection of navigational components that enable routing on the frontend for React applications. To utilize declarative routing and have bookmarkable URL routes, we will add the following React Router modules:

npm install --save react-router react-router-dom