You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Haha! I've been using a few ES6 features quite extensively in this project such as arrow functions, rest and spread operators, template strings and default arguments. Unfortunately, I had been missing out on the ES6 classes since it required much more changes in code (eg. you need to manually bind all your functions in your React component). However, the post linked above is quite helpful and reading it makes me want to jump on the es6 wagon all the way through! 😀
Move the React components to ES6 classes. Refer - http://babeljs.io/blog/2015/06/07/react-on-es6-plus/
The text was updated successfully, but these errors were encountered: