promise-it-wont-hurt

Promise tutorial

A workshop module to teach the use of promises in JavaScript for clean asynchronous code handling

A Workshopper module that teaches you to use promises in javascript

GitHub

737 stars
11 watching
219 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
mattdesl/promise-cookbook An introduction to using Promises in JavaScript to write cleaner and more maintainable asynchronous code 1,614
busterc/promise-do-whilst Repeats an action until a condition is met, then resolves a promise. 3
vitalets/websocket-as-promised A Promise-based API for interacting with WebSockets 595
kevinbeaty/any-promise A library that allows you to use any ES 2015 compatible Promise implementation in your application 179
wbinnssmith/promise-method Wraps a synchronous function to return a promise 2
busterc/promise-until Repeats an action until a condition is met and then resolves a promise 3
funcool/promesa A promise library and concurrency toolkit for Clojure and ClojureScript. 498
busterc/promise-do-until Calls a function repeatedly until a condition returns true and then resolves the promise 1
sindresorhus/observable-to-promise Converts an Observable to a Promise for asynchronous data handling 47
eslint-community/eslint-plugin-promise Enforces best practices for JavaScript promises to improve code readability and maintainability. 943
aantron/promise A lightweight binding to JavaScript promises in Reason 340
jdeferred/jdeferred A Java library implementing a deferred/promise object similar to JQuery's Deferred Object. 1,508
youngjuning/wx-promise-pro A promise-based library for simplifying asynchronous programming in WeChat mini-programs 830
frontarm/async-javascript-cheatsheet A cheatsheet resource covering the basics of promises and async/await in JavaScript. 1,943
patbenatar/promise-state-machine An event-driven finite state machine backed by Promises 8