Write your own code transform for fun and profit
A guide to writing custom Babel macros for zero-config code transformation, using a fun example to get started.
A guide to writing custom Babel macros for zero-config code transformation, using a fun example to get started.
Tips for giving effective software demos, including starting with 'why', knowing your audience, and pre-recording.
A guide to adding ES7 async/await support to web applications using Babel and polyfills, with configuration tips for ESLint.
A technical guide exploring advanced Babel.js configuration, Stage-X presets for ES6 features, and source map debugging.
A guide to using ES6 features in Node.js projects, covering version support and setting up Babel with Gulp for transpilation.
An introduction to Brunch, a simple and convention-based JavaScript build tool for modern web development projects.
A tutorial on building a SoundCloud client from scratch using React and Redux, including authentication and API integration.
A developer's experience upgrading to Babel 6, which fixed ES6 module misunderstandings that broke their code, and the lessons learned.