Exercise 13.1

Run the React Router tutorial app and explain what will happen if we monitor the browser networking pane while doing the following:

  1. Navigate through the app pages using the hyperlinks.
  2. Navigate using the browser back button.
  3. Refresh the browser at on the “About” page.

Exercise 13.2

Compare and contrast the following React Router tools:

  1. Route vs. Link
  2. a React Router Link vs. an HTML anchor
  3. HashHistory vs. BrowserHistory