Babel: Get Started
Pluralsight
Course Summary
Use next generation JavaScript today (ES2015/ES6 and beyond) without waiting for browser support by using Babel to compile your JavaScript.
-
+
Course Description
This course shows developers how to use next generation JavaScript language features today. Developers will learn to use ES2015 (previously know as ES6/JS.Next/Harmony) without waiting for browser support by introducing Babel, a JavaScript compiler, into their build process. This course will demonstrate how to install and configure Babel. Developers will learn to use Babel with their preferred front-end build tool (Gulp, Grunt, Webpack, npm Scripts), with Node.js on the server, and while writing unit tests. The course also details how to configure Babel for legacy browser support.
-
+
Course Syllabus
Course Overview- 1m 33s
—Course Overview 1m 33sBasics of Using Babel- 41m 44s
—Overview 0m 34s
—Understanding Babel 4m 43s
—Comparisons 3m 47s
—Prerequisites 0m 46s
—Installation 4m 19s
—Global Install 1m 49s
—Local Install 2m 56s
—Command-line Interface 4m 32s
—Configuration 5m 20s
—Understanding Module Formatters 3m 44s
—Module Formatters Demo 8m 23s
—Summary 0m 45sBrowser Support- 22m 5sBabel in Your Build- 31m 6sBabel with Node.js and Unit Tests- 26m 38s