awesome-promises icon indicating copy to clipboard operation
awesome-promises copied to clipboard

A curated list of useful resources for JavaScript Promises

Results 8 awesome-promises issues
Sort by recently updated
recently updated
newest added

I believe rubico should make this list because rubico simplifies asynchronous programming in a functional way. For example, it would turn this ```javascript Promise.all(array.map(doSomethingAsync)) ``` into this ```javascript map(doSomethingAsync)(array) ```

https://github.com/vitalets/await-timeout Hope this will be useful. Thanks in advance!

Hey, I have added a helpful reference link for javascript promises in the resources section that I think will best add to your content and give your readers a more...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....