MENU
Basic Routing
So far, our app works on a fixed URL. React Router allows the user to navigate the app around varied bookmarkable URLs such as http://mybusiness.com/product/Vacuum-Cleaner.
To install React Router: 'npm install react-router'. As of React Router 8, everything ships from this single package – the older 'react-router-dom' package has been discontinued and should no longer be installed.