Open kyletaylored opened 6 years ago
I found this to be a fairly solid overview without a lot of cruft.
https://dev.to/siwalik/async-programming-basics-every-js-developer-should-know-in-2018-a9c
Cool library that proxies async calls to make the code way more concise:
Something to include about series/parallel:
https://developers.google.com/web/fundamentals/primers/async-functions
Homework:
https://javascript.info/async-await
https://www.toptal.com/javascript/asynchronous-javascript-async-await-tutorial
https://medium.freecodecamp.org/some-of-javascripts-most-useful-features-can-be-tricky-let-me-explain-them-4003d7bbed32
https://ponyfoo.com/articles/understanding-javascript-async-await
https://codeburst.io/javascript-es-2017-learn-async-await-by-example-48acc58bad65