Real-World ES6 Examples (ES6 in Meteor, Part II)

Today the ES6 specification was finalized. JavaScript now officially has got new features but it will take some time until browsers adapt them. My last article “ES6 in Meteor” shows how to use ES6 today, compatible with most browsers and the server. But some people I have talked to said they “don’t have the time to get into ES6” or that it’s “next on the to-do list”. That’s why I wrote this article to give real-world examples of how ES6 can be used in Meteor applications.

Read more: https://medium.com/@dferber90/real-world-es6-examples-in-meteor-a834c6073daa

7 Likes

Thank you for this. I learned several somethings today :smile:

And ES6, I mean ES2015, is now further up my to-do list :wink:

2 Likes

That’s a good article. I shoud start write more ES6.

2 Likes