Hacker News new | ask | show | jobs
by krat0sprakhar 4035 days ago
Can someone recommend a simple and easy-to-approach tutorial into ES7 decorators? I have used decorators successfully in my previous Python projects, and I'm eager to start using them in JS. Unfortunately, I haven't yet come across a good guide till now.
2 comments

Take a look at http://babeljs.io

You can enable experimental es7 features: https://babeljs.io/docs/usage/experimental/