Skip to content

Instantly share code, notes, and snippets.

@vtno
Created February 1, 2016 20:18
Show Gist options
  • Save vtno/391626598fb49f0ceaec to your computer and use it in GitHub Desktop.
Save vtno/391626598fb49f0ceaec to your computer and use it in GitHub Desktop.
Real Time Comment
var CommentList = React.createClass({
render: function() {
return (
<div className="commentList">
<Comment author="Mr.Tony">This is the best comment app ever.</Comment>
<Comment author="Obamha">Love this thing.</Comment>
</div>
);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment