Gathering detailed insights and metrics for class-autobind
Other packages similar to class-autobind
react-autobind
Automatically binds methods defined within a component's Class to the current object's lexical `this` instance (similarly to the default behavior of React.createClass).
class-autobind-decorator
A small framework-agnostic utility for auto-binding "class" methods to instances (with customization options) using either "legacy" decorator syntax or plain old ES5 (without needing ES2015+ polyfills).
babel-plugin-autobind-class-methods
Babel plugin that binds every class method to "this" with hot reload support
ts-class-autobind
Method auto-bind for TypeScript