Skip to content

Instantly share code, notes, and snippets.

@johnthepink
Last active January 16, 2016 21:58
Show Gist options
  • Save johnthepink/0f0826a4e4a891267310 to your computer and use it in GitHub Desktop.
Save johnthepink/0f0826a4e4a891267310 to your computer and use it in GitHub Desktop.
createClass
const Article = React.createClass({
mixins: [Likeable],
// everything else
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment