HTML5DevConf: Logan Smyth, Inkling: What is Babel and how do I use it?

Опубликовано: 03 Март 2026
на канале: HTML5DevConf & IoTaconf
117
1

Logan Smyth - What is Babel and how do I use it?
October 20, 2015 | Room: CJM Goldman Hall


Babel is a transpiler, a program for performing transformations on JavaScript code, and then outputting new code. The main thing this allows is for you write your code using the newest JavaScript specification, ECMAScript 2015 (ES6), and then transform it into code that will work in browsers and platforms that don't support all ES2015 features.

In this talk, we'll walk through building a simple ES2015 (ES6) application that will run anywhere, whether or not the original platform or browser supports the newer version of JavaScript. This will include using Babel for browser-based applications, as well as Node applications, and will also cover how to approach using ES2015 transparently when developing distributed NPM modules.


html5devconf.com #html5devconf