1 min readMar 1, 2017
The difference is mentioned in this comment:
So this notation
onClick={ this.handleClick }
shouldn’t trigger unnecessary render. In your example you create new instance of function each time in component property.
The final code is regarding partial application and is not perfect regarding PureComponent. Will update article soon.