Navigation in React App
if we want to put navigation in our react app, then we should use react-router-dom library . if you are using npm package manager then you should install react-router-dom from npm . The command is npm install react-router-dom
3