Skip to content

Instantly share code, notes, and snippets.

@olance
Created August 28, 2014 00:10
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 olance/e2ac25ef2757441b7678 to your computer and use it in GitHub Desktop.
Save olance/e2ac25ef2757441b7678 to your computer and use it in GitHub Desktop.
// ...
var PostContent = React.createClass({
render: function() {
return (
<div className="post-contents">
{this.props.post.contents}
</div>
);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment