Skip to content

Instantly share code, notes, and snippets.

@uxnjs01
Last active August 29, 2015 14:27
Show Gist options
  • Save uxnjs01/6535715d38544e83aa88 to your computer and use it in GitHub Desktop.
Save uxnjs01/6535715d38544e83aa88 to your computer and use it in GitHub Desktop.
Component Without State
var StateExample = React.createClass({
render: function() {
return (
<p>
3 people like this.
</p>
);
}
});
@uxnjs01
Copy link
Author

uxnjs01 commented Aug 23, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment