Skip to content

Instantly share code, notes, and snippets.

@timdorr
Created January 27, 2016 16:30
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 timdorr/7333cd9c5b470d384f43 to your computer and use it in GitHub Desktop.
Save timdorr/7333cd9c5b470d384f43 to your computer and use it in GitHub Desktop.
A possible reroute component
import { Component } from 'reroute';
export default class App extends Component {
render() {
return (
<div>{this.props.params.id}</div>
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment