Skip to content

Latest commit

 

History

History
95 lines (79 loc) · 5.5 KB

promises.md

File metadata and controls

95 lines (79 loc) · 5.5 KB

Bookmarks tagged [promises]

https://deno.land/


https://www.youtube.com/watch?v=XV-u_Ow47s0

When a customer comes to us with a complaint that their code is running slowly, our first question has become, "Are you using Promises?". When they predictably tell us yes, our response has become, "Y...


https://github.com/toniov/p-iteration


http://jamesknelson.com/grokking-es6-promises-the-four-functions-you-need-to-avoid-callback-hell/

Apart from being new and shiny, Promises are a great way to clean up your code, reduce dependencies on external libraries, and prepare yourself for async and await in ES7. Developers who use them swea...


https://github.com/petkaantonov/bluebird

Promise library with focus on innovative features and performance.


https://github.com/sindresorhus/pify

Promisify a callback-style function.


https://github.com/sindresorhus/delay

Delay a promise a specified amount of time.


https://github.com/nodeca/promise-memoize

Memoize promise-returning functions, with expire and prefetch.


https://github.com/lpinca/valvelet

Limit the execution rate of a promise-returning function.


https://github.com/sindresorhus/p-map

Map over promises concurrently.


https://github.com/sindresorhus/promise-fun

Promise packages, patterns, chat, and tutorials. Contribute to sindresorhus/promise-fun development by creating an account on GitHub.


https://github.com/wbinnssmith/awesome-promises#readme

A curated list of useful resources for JavaScript Promises - wbinnssmith/awesome-promises


https://www.npmjs.com/package/chai-as-promised

Extends Chai with assertions about promises.

You can write code that expresses what you really mean: