Skip to content

Instantly share code, notes, and snippets.

@johnthepink
Created January 16, 2016 21:58
Show Gist options
  • Save johnthepink/1f36727f7c022ca3a26b to your computer and use it in GitHub Desktop.
Save johnthepink/1f36727f7c022ca3a26b to your computer and use it in GitHub Desktop.
mixin.jsx
import { Component } from "react"
import ReactMixin from "react-mixin"
import { Likeable } from "app/client/mixins"
@ReactMixin.decorate(Likeable)
export default class Article extends Component {
// everything else
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment