promise-cookbook
Promise tutorial
An introduction to using Promises in JavaScript to write cleaner and more maintainable asynchronous code
a brief introduction to using Promises in JavaScript
2k stars
44 watching
193 forks
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
stevekane/promise-it-wont-hurt | A workshop module to teach the use of promises in JavaScript for clean asynchronous code handling | 737 |
kevinbeaty/any-promise | A library that allows you to use any ES 2015 compatible Promise implementation in your application | 179 |
ffxsam/vue-typescript-cookbook | A cookbook and resource guide for developers learning Vue.js with TypeScript | 273 |
frontarm/async-javascript-cheatsheet | A cheatsheet resource covering the basics of promises and async/await in JavaScript. | 1,943 |
calvinmetcalf/lie | A small promise implementation following the Promises/A+ spec | 744 |
khanlou/promise | A Promise library for Swift that enables asynchronous operations to be composed and transformed in systematic ways. | 621 |
funcool/promesa | A promise library and concurrency toolkit for Clojure and ClojureScript. | 498 |
zhangchiqing/bluebird-promisell | A functional programming library for promises that helps write flat async code with composable functions | 44 |
markbates/programming-in-coffeescript | A repository of source code for the Programming in CoffeeScript book, providing examples and exercises for learning CoffeeScript programming. | 63 |
mattdesl/graphics-resources | A collection of resources and references for learning about graphics programming, including rendering techniques, color spaces, lighting, and more. | 1,799 |
fable-compiler/fable-promise | Fable bindings for JS promise allow F# to interact with JavaScript promises. | 19 |
jorgebucaran/cookbook.fish | A comprehensive guide to Fish shell scripting language | 2,033 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |
vitalets/websocket-as-promised | A Promise-based API for interacting with WebSockets | 595 |
mikeal/learnjs | A comprehensive resource for learning JavaScript | 22 |