You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Promises saved us from callback hell, but we're not out of the woods yet. Anybody who's written heavily asynchronous code knows there's still pain in the promise'd land, from the flood of extra ceremony required to the frustratingly fractured function scope.
Fortunately, this isn't the end of the line, and with generators and ES2016's new async/await syntax we can do even better. In this talk we'll look at where asynchronous development is going next, how it's going solve your problems, and what you need to do to put it into practice today.
The text was updated successfully, but these errors were encountered:
pimterry
changed the title
Promises Are So Paseé
Promises Are So Passé
Mar 3, 2016
Promises saved us from callback hell, but we're not out of the woods yet. Anybody who's written heavily asynchronous code knows there's still pain in the promise'd land, from the flood of extra ceremony required to the frustratingly fractured function scope.
Fortunately, this isn't the end of the line, and with generators and ES2016's new async/await syntax we can do even better. In this talk we'll look at where asynchronous development is going next, how it's going solve your problems, and what you need to do to put it into practice today.
The text was updated successfully, but these errors were encountered: