"A taste of ES6: the language and the tools" by Rob Richardson


Details
Curious about EcmaScript 6 / 2015? Want to use it today? JavaScript has come of age, and this latest version adds lots of syntactical sugar to make our code clearer. You can use these tools in ES5 browsers today by leveraging a code bundler and transpiler. We'll look at the new syntax such as =>, let, import, and class, transpilers like Babel, and Code Bundlers like Webpack. You can use these open-source technologies in production today to quickly build very powerful web apps.
Rob Richardson is a software craftsman building web properties in ASP.NET, Node, Angular, and React. He’s a Microsoft MVP, published author, frequent speaker at conferences, user groups, and community events, and a diligent teacher and student of high quality software development. You can find this and other talks on his blog at https://robrich.org/presentations and follow him on twitter at @rob_rich.

"A taste of ES6: the language and the tools" by Rob Richardson