Maxim Orlov/Practical Async/Await - Starter

  • €69

Practical Async/Await - Starter

  • Course
  • 12 Lessons

Contents

Introduction

Getting the most out of this course
Setting up your development environment

Async/Await Fundamentals

What does the async keyword do?
How and when to use await
What is syntax sugar?
Why async/await is better than Promise.then
Preview
Make callbacks work with async/await
Evaluate if a library is compatible with async/await
It's async all the way up
Async/await inside forEach

Bonus Content

Refactoring Callbacks Guide
ESLint configuration with 14 async-specific rules