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
737 stars
11 watching
219 forks
Language: JavaScript
last commit: almost 4 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| An introduction to using Promises in JavaScript to write cleaner and more maintainable asynchronous code | 1,615 |
| Repeats an action until a condition is met, then resolves a promise. | 3 |
| A Promise-based API for interacting with WebSockets | 596 |
| A library that allows you to use any ES 2015 compatible Promise implementation in your application | 180 |
| Wraps a synchronous function to return a promise | 2 |
| Repeats an action until a condition is met and then resolves a promise | 3 |
| A promise library and concurrency toolkit for Clojure and ClojureScript. | 498 |
| Calls a function repeatedly until a condition returns true and then resolves the promise | 1 |
| Converts an Observable to a Promise for asynchronous data handling | 47 |
| Enforces best practices for JavaScript promises to improve code readability and maintainability. | 943 |
| A lightweight binding to JavaScript promises in Reason | 340 |
| A Java library implementing a deferred/promise object similar to JQuery's Deferred Object. | 1,507 |
| A promise-based library for simplifying asynchronous programming in WeChat mini-programs | 830 |
| A cheatsheet resource covering the basics of promises and async/await in JavaScript. | 1,944 |
| An event-driven finite state machine backed by Promises | 8 |