- Just as a side note, since this is the first time we are showing class methods: remember, that there are two types of notations for method declarations with a different effect to [*autobinding*](https://facebook.github.io/react/docs/react-without-es6.html#autobinding) the methods to the [*this*](http://exploringjs.com/es6/ch_arrow-functions.html#sec_traditional-functions-bad-non-methods) operator of the classes. Here, you would need to bind *manageSomeData()* and *applySomeBusinessLogic()* manually to the *this* operator, whereas *handleSomeEvent()* would have been autobound.
0 commit comments