Skip to content

Instantly share code, notes, and snippets.

@Ibro
Created January 11, 2018 20:11
Show Gist options
  • Save Ibro/80171ac0fcefb2914d3d2c755a5f5a31 to your computer and use it in GitHub Desktop.
Save Ibro/80171ac0fcefb2914d3d2c755a5f5a31 to your computer and use it in GitHub Desktop.
Using React Router v4 with create-react-app - https://codingblast.com/react-router-create-react-app/
<Route path="/" component={Home} />
<Route path="/admin" component={Admin} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment