Transpilation

Introduction to transpilation and tools like Babel and Webpack

Background

Given the many versions of ECMAScript, it is difficult for browsers and JavaScript Engines to quickly adopt new features. This is particularly true when the performance and reliability of the engine are on the line. The latest release may not be adopted by the majority of the JavaScript engines. So, we use transpilation.

Get hands-on with 1200+ tech skills courses.