promise
Promise wrapper
A lightweight binding to JavaScript promises in Reason
Light and type-safe binding to JS promises
340 stars
16 watching
24 forks
Language: Reason
last commit: about 1 year ago
Linked from 1 awesome list
asyncpromisesrescript
Related projects:
Repository | Description | Stars |
---|---|---|
jgornick/asyncp | Port of an async library to use Promises instead of callbacks in Node.js | 29 |
fable-compiler/fable-promise | Fable bindings for JS promise allow F# to interact with JavaScript promises. | 19 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |
alanrubin/redux-simple-promise | Middleware for Redux that handles promises with minimal boilerplate declarations | 53 |
yortus/asyncawait | A library that enables asynchronous programming in Node.js with a more readable syntax than traditional callback hell methods. | 1,908 |
eslint-community/eslint-plugin-promise | Enforces best practices for JavaScript promises to improve code readability and maintainability. | 943 |
denisizmaylov/redux-catch-promise | Middleware to catch and handle promises and async functions in Redux applications | 66 |
frontarm/async-javascript-cheatsheet | A cheatsheet resource covering the basics of promises and async/await in JavaScript. | 1,943 |
byteboomers/vue-prom | A Vue.js component that simplifies handling promises by providing different rendering options based on promise states. | 145 |
chrisguttandin/subscribable-things | A collection of reactive wrappers for various browser APIs. | 43 |
rahatarmanahmed/choo-promise | A choo plugin that enables promise-based effects and subscriptions | 4 |
wbinnssmith/promise-method | Wraps a synchronous function to return a promise | 2 |
busterc/promise-do-whilst | Repeats an action until a condition is met, then resolves a promise. | 3 |
davidask/futures | A framework for simplifying asynchronous programming using lightweight promises and futures | 58 |
zhangchiqing/bluebird-promisell | A functional programming library for promises that helps write flat async code with composable functions | 44 |