Objects Packages

bind-props

helper function to bind a variable (or set of variables when using an array) to a context. Useful for React Components with many member functions to avoid writing boilerplate this.X = this.X.bind(this); over and over.

0.0.8 • Published 9 years ago