Skip to content

Instantly share code, notes, and snippets.

@tgoldenberg
Created June 17, 2015 17:02
Show Gist options
  • Save tgoldenberg/e18a6387576e431585d0 to your computer and use it in GitHub Desktop.
Save tgoldenberg/e18a6387576e431585d0 to your computer and use it in GitHub Desktop.
var Route = ReactRouter.Route
<pre>
<code>this.MyRoutes = (
<Route handler={App}>
<Route name='home' handler={Home} path="/" />
</Route>
)
</code></pre>
ReactRouter.run(this.MyRoutes, function(Handler) {
React.render(<Handler/>, document.body);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment