Links tagged “promise”
5 links, newest first.
github.com
FSA-compliant promise middleware for Redux, dispatching a promise's resolved value as the action payload.
jakearchibald.com
An explanation of async functions and await, showing how they collapse promise chains into code that reads sequentially.
jakearchibald.com
Why resolving a promise with another promise defers to that one, so resolve() can still end in a rejection.
promisesaplus.com
The Promises/A+ specification, an open standard defining interoperable `then` behaviour for JavaScript promise implementations.
pouchdb.com
A tour of the ways JavaScript promises are commonly misused — nested chains, forgotten returns, missing error handlers — and the rules that avoid them.




