promises.md

July 15, 2021 · View on GitHub

Bookmarks tagged [promises]

www.codever.land/bookmarks/t/promises

Deno - A secure runtime for JavaScript and TypeScriptMenu | DenoGithub | Deno

https://deno.land/


Broken Promises - James Snell, NearForm - 33min

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...


toniov/p-iteration: Utilities that make array iteration easy when using async/await or Promises

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


Introduction to ES6 Promises - 4 functions to avoid callback hell

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...


Bluebird

https://github.com/petkaantonov/bluebird

Promise library with focus on innovative features and performance.


pify

https://github.com/sindresorhus/pify

Promisify a callback-style function.


delay

https://github.com/sindresorhus/delay

Delay a promise a specified amount of time.


promise-memoize

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

Memoize promise-returning functions, with expire and prefetch.


valvelet

https://github.com/lpinca/valvelet

Limit the execution rate of a promise-returning function.


p-map

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

Map over promises concurrently.


More…

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

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


awesome-promises

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

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


chai-as-promised

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

Extends Chai with assertions about promises.

You can write code that expresses what you really mean: