Skip to content

Instantly share code, notes, and snippets.

@cacheflow
Last active January 28, 2016 23:55
Show Gist options
  • Save cacheflow/3b4054dbe55e6a59e53d to your computer and use it in GitHub Desktop.
Save cacheflow/3b4054dbe55e6a59e53d to your computer and use it in GitHub Desktop.
export default class MainComponent extends React.Component {
_bind(...methods) {
methods.map((method) => {
this[method] = this[method].bind(this)
});
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment