Skip to content

Instantly share code, notes, and snippets.

@nguyenvanduocit
Created April 16, 2016 17:18
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 nguyenvanduocit/d1d27dc634841ca23c07868ab501bb7a to your computer and use it in GitHub Desktop.
Save nguyenvanduocit/d1d27dc634841ca23c07868ab501bb7a to your computer and use it in GitHub Desktop.
var MessageView = React.createClass({
render: function() {
return (
<p>{ this.props.message }</p>
);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment