Skip to content

Instantly share code, notes, and snippets.

@iamcarrico
Created January 27, 2015 21:48
Show Gist options
  • Save iamcarrico/9c5ebfec7e0fc60fb4f7 to your computer and use it in GitHub Desktop.
Save iamcarrico/9c5ebfec7e0fc60fb4f7 to your computer and use it in GitHub Desktop.
React router attempt
var Nav = React.createClass({
render() {
return <nav title="Main Navigation">
<Link to="link/in/router">testin</Link>
</nav>
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment