React: Tidy Up Components with Property Initializers
Using ES6 classes to write React components has the drawback of requiring us to bind custom methods inside the constructor
: »
Using ES6 classes to write React components has the drawback of requiring us to bind custom methods inside the constructor
: »