Monday, 28 March, 2016 UTC


Summary

This post is an update to my old tutorial on how to start writing ES6 on the front end with babel. The example on the previous post won’t work anymore because babel changed the way it works, and now requires you to download additional plugins for the languages you want to compile (i.e. JSX, ES6). The … Continue reading "Tutorial: Javascript ES6 (ES2015), get started quickly with babel v6+, Gulp, Browserify and Use Arrow Functions, Classes, Import syntax…"
The post Tutorial: Javascript ES6 (ES2015), get started quickly with babel v6+, Gulp, Browserify and Use Arrow Functions, Classes, Import syntax… appeared first on Javascript Jedi Padawan.