JSX transpilation and ES6 features

As of Meteor 1.3, JSX and ES2015+ transpilation is built into the core ecmascript package which is installed in all apps by default, so you can use all of the JavaScript features you love out of the box with no configuration.

Read more about using ecmascript in the Meteor Guide.

If you're interested in the old content of this article, please read it on GitHub.