This post explains the concept of JavaScript Promises and how to use them. It covers the three states of a Promise and demonstrates how to chain Promises. It also compares Promises to other asynchronous techniques like callbacks and Observables.
•8m read time• From digitalocean.com
Table of contents
Understanding PromisesCreating a PromiseConsuming PromisesChaining PromisesPromises are AsynchronousPromises in ES5, ES6/2015, ES7/NextPromises and When to Use ThemObservablesConclusion7 Comments
Sort: