Babel [http://babeljs.io] is a JavaScript transpiler. It can take ES2015
[http://www.ecma-international.org/ecma-262/6.0/], or now ES2016
[https://developer.mozilla.org/en-US/docs/Web/JavaScript/New_in_JavaScript/ECMAScript_Next_support_in_Mozilla]
code and make it work on your web browser by transpiling it…
continue reading →
An updated Tutorial [https://www.programwitherik.com/understanding-the-babel-compiler-2016/]using
Babel 6 can be found here [https://www.programwitherik.com/understanding-the-babel-compiler-2016/]
!
Babel [https://babeljs.io]is a JavaScript transpiler
[https://en.wikipedia.org/wiki/Source-to-source_compiler]. What that means is
that we can take ES2015 [https://babeljs.io/docs/learn-es2015/] code…
continue reading →