All Talks

Transform for Good -- Using Babel Macros

Babel plugins are a powerful tool we use daily to transform and modify our code helping us create great projects faster. They can take entire mundane and repetitive code blocks and abstract them away, making the process faster and more enjoyable. But once we’ve made a plugin, if we’ve gotten that far, the set-up then config can be daunting. Enter Babel-plugin-macros. This allows us to do project-wide code transforms will all the benefits of a plugin, but with zero config. And we all love zero …

You might be interested in: