Skip to content

Instantly share code, notes, and snippets.

@Ibro
Last active January 12, 2018 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ibro/bfeed8361990ac5e07f7ec99d24a996d to your computer and use it in GitHub Desktop.
Save Ibro/bfeed8361990ac5e07f7ec99d24a996d 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 exact path="/" component={Home} />
<Route strict path="/admin/" component={Admin} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment