Run the React Router tutorial app and explain what will happen if we monitor the browser networking pane while doing the following:
- Navigate through the app pages using the hyperlinks.
- Navigate using the browser back button.
- Refresh the browser at on the “About” page.
Compare and contrast the following React Router tools:
- Route vs. Link
- a React Router Link vs. an HTML anchor
- HashHistory vs. BrowserHistory