Sebastian McKenzie: JavaScript Transformation | JSConf US 2015




I made the open source project Babel and will be presenting on how JavaScript transformation and ES6 can help improve developer workflow and how it can futureproof their code. Not only transpilation to ES6 but how Babel has support for Flow, JSX and React so it can be integrated into many workflows extremely nicely. There are many challenges associated with transforming JavaScript as well as AST manipulation that I think would be extremely beneficial for the average developer to know about. There’s even crazy stuff like transpiling proxies/Object.observe which wraps every single expression in a method.

Original source


6 responses to “Sebastian McKenzie: JavaScript Transformation | JSConf US 2015”

  1. Babel is great and very important stuff. So thankful for that.
    However I had to stop your presentation in about the middle, as I could nod make up what and why I have to know the things you are telling us.
    So maybe, next time, it migth be good to tell people about WHAT you are going to talk and WHY they should listen BEFORE you go into the details!

Leave a Reply