Skip to main content

    10.02.2017

    How to use the new JavaScript Async / Await feature

    In this tech talk, Nicole Ivanov discusses JavaScript’s new feature, async/await. Nicole teaches how this feature works in vanilla JS, and more importantly, delves deeper into examples of how it can be used in the real world in a react-redux application. The examples are from an e-commerce app, but they can be applied to most react apps. She also goes over necessary extra dependencies and how to set up your application in order to use async/await in the backend and frontend.

    Project Members: Nicole Ivanov