Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wesbos/css-grid-talk
https://github.com/wesbos/css-grid-talk
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wesbos/css-grid-talk
- Owner: wesbos
- Created: 2018-07-19T19:15:52.000Z (over 6 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-08-27T01:34:32.000Z (about 6 years ago)
- Last Synced: 2024-08-05T09:14:00.496Z (3 months ago)
- Language: HTML
- Size: 33.1 MB
- Stars: 36
- Watchers: 3
- Forks: 5
- 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.