Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 302 Bytes

File metadata and controls

8 lines (5 loc) · 302 Bytes

'this' binding and React classes

React.createClass autobinds methods.

This built-in magic feature has been removed in React's ES6 class model, because it can be confusing.

See See "Autobinding on React v0.13.0 Beta 1