Program With Erik

About

Blog

This site is my tutorials, rantings and musings on software development, with a focus on JavaScript, Ember.js, Vue.js and Node.js.

Apr 13 2016 on Babel

Understanding The Babel 6 JavaScript Transpiler Tutorial

Babel is a JavaScript transpiler. It can take ES2015, or now ES2016 code and make it work on your web browser by transpiling it to ES5. This is important because not all web browsers support the new ECMA standards as of this writing. I wrote about Babel last year and…

continue reading →
Jul 15 2015 on JavaScript, Babel

Get To Know Babel The JavaScript Compiler Tutorial

An updated Tutorial using Babel 6 can be found here! Babel is a JavaScript transpiler. What that means is that we can take ES2015 code and make it work on all browsers, even ones that may not support it. Essentially Babel takes the ES2015 JavaScript code and compiles it into…

continue reading →
Page 1 of 1