Beginner’s Guide to React Router
Or what I wish I knew when starting with React Router.
Click here to go to the Github repo
This tutorial uses React Router version 2.0.1 and Babel version 6.7.4
React Router is the standard routing library for React. From the docs:
“React Router keeps your UI in sync with the URL. It has a simple API with powerful features like lazy code loading, dynamic route matching, and location transition…