Skip to content

Instantly share code, notes, and snippets.

@levi
Last active December 28, 2015 22:39
Component = React.createClass
render: ->
`<ExampleComponent videos={this.props.videos} />`
var Component;
Component = React.createClass({
render: function() {
return <ExampleComponent videos={this.props.videos} />;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment