Skip to content

Instantly share code, notes, and snippets.

@marr
Created December 15, 2016 04:45
Show Gist options
  • Save marr/73510583539cbcd0947b8bf3cdb1d6bb to your computer and use it in GitHub Desktop.
Save marr/73510583539cbcd0947b8bf3cdb1d6bb to your computer and use it in GitHub Desktop.
<Route path="/" component={App} onEnter={authenticate}>
<IndexRoute component={HomePage} />
<Route path="feedback" component={Feedback} />
<Route path="search(/:query)" component={HomePage} />
</Route>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment