This article is an extension of Getting started with Meteor and React, except that I've modified the code to work with ES6.
There's no extra configuration as the react
plugin transpiles ES6 out of the box. However I've had to include one extra file: libs/methods.js
which enables Meteor to access my React.Component
. . .