Skip to content

Instantly share code, notes, and snippets.

@gaving
Created August 9, 2016 20:30
Show Gist options
  • Save gaving/faab235f555733b7c393ed046416633c to your computer and use it in GitHub Desktop.
Save gaving/faab235f555733b7c393ed046416633c to your computer and use it in GitHub Desktop.
<Route path="/" component={ App } >
<IndexRoute component={ Home }/>
<Route path="/graph" component={ Graph }>
<Route path=":sourceKey" component={Graph} />
</Route>
<Route component={ Graph }>
<Route component={ SidebarContainer }>
<Route path="info/:id" component={Info} />
</Route>
</Route>
<Route path="/search" component={ Search }/>
</Route>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment