Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wesbos/Async-Await-Talk
https://github.com/wesbos/Async-Await-Talk
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wesbos/Async-Await-Talk
- Owner: wesbos
- Created: 2017-11-24T16:11:24.000Z (almost 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-12-01T13:18:02.000Z (almost 7 years ago)
- Last Synced: 2024-07-18T03:44:50.587Z (4 months ago)
- Language: CSS
- Size: 26 MB
- Stars: 23
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Async + Await
Flow Control in JavaScript is hard! Native Promises in JavaScript have helped immensely, but the syntax still a little callback-y. With Async + Await, we can write synchronous looking code without losing any of the benefits of JavaScript's asynchronous nature. This talk will explore how async + await works, best practices for flow control, and explore several solutions for handling errors.