Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Created January 19, 2016 06:25
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 codeaholicguy/31eab7140c4f6c157513 to your computer and use it in GitHub Desktop.
Save codeaholicguy/31eab7140c4f6c157513 to your computer and use it in GitHub Desktop.
const App = React.createClass({
render: function() {
return (
<Component>
<div>{ 10 + 1 }</div>
<Component prop="value" />
<Component time={ new Date().getTime() }>
<Component />
</Component>
</Component>
)
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment