Avoid the bind of this in React 15

Can we use the trick with the => function in functions located in classes to avoid using the bind in the constructor even if we use react 15?

Sure - it’s a babel trick, not React

But you do need the babel plugin for it. It’s called:
transform-class-properties

It’s already provided in the sample build I provided in chapter setup in the course