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).
Wrapper for react-autobind that adds support for projects with React-Hot-Loader (ie: Next.js).
Automatically bind methods to their class instance
Fix React autobind using class components
Helper for ES6 class with React (autobind, mixins, ...)
Decorator for binding method to an object
The fastest automatic method.bind(this) decorator
Method auto-bind for ES6 (ES2015) classes
Helper for ES6 class with React (autobind, mixins, ...)
A DOTADIW decorator for TypeScript to bind `this` context
Alternative to `React.Component` to automatically bind your methods.
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).
Useful components and utilities for working with React
Babel plugin that binds every class method to "this" with hot reload support
Helper to autobind methods when creating a React Class
A carefully crafted base class for all your React components
autobind decorator
Fixes class methods so that they can be extracted with out worrying about breaking the connection to "this".
Autobind utility. Binds object member-function to object, including nested objects. Does not bind nested classes.
<div id="top"></div>
Auto bind methods to their class instance excluding React Lifecycle Methods
Library of JavaScript stage-0 decorators (aka ES2016/ES7 decorators but that's not accurate!) inspired by languages that come with built-ins like @override, @deprecate, @autobind, @mixin and more! Works great with React/Angular/more!
Removes boilerplate of tracking when an async function is running for MobX.
Binds all methods on an object to itself, including those defined on its prototype, and inherited up the chain.