JavaScript Decorators: True Power In ES7

JavaScript Decorators: True Power In ES7

JavaScript can be pretty annoying at times. You would think that with classes implemented in ES6, this would be solved. For me, the most annoying part of programming is typing. So every time I need to call a class member in React, I have to bind the function to...