Skip to content

Instantly share code, notes, and snippets.

@cgrinker
Last active August 29, 2015 14:16
Show Gist options
  • Save cgrinker/168b97468f0f475294e4 to your computer and use it in GitHub Desktop.
Save cgrinker/168b97468f0f475294e4 to your computer and use it in GitHub Desktop.
var HelloMessage = React.createClass({
render: function() {
return <div>Hello {this.props.name}</div>;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment