JavaScript Tools and Syntax for the Modern Web
12/6/2018
at DevIntersection
in Las Vegas, NV
Curious about EcmaScript 6 / 7 / 8 +? Want to use it today? JavaScript has come of age, and these new versions add 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.