|
|
|
|
|
by miroslavpopovic
3295 days ago
|
|
Yep, we are using arrow functions and other ES2015+ goodies, but they don't help with event handlers. In fact, I believe class property syntax helps with that, but we only figured it out after we built these few pages and components necessary for the web app part. |
|
They do. Just do:
and you don't need to bind in the constructor anymore. You'll need to use Babel of course to transpile that.