All Projects → repromised → Similar Projects or Alternatives

359 Open source projects that are alternatives of or similar to repromised

redebounce
↘️ Render Props component to debounce the given value
Stars: ✭ 14 (-30%)
Mutual labels:  render-props
promiviz
Visualize JavaScript Promises on the browser. Visualize the JavaScript Promise APIs and learn. It is a playground to learn about promises faster, ever!
Stars: ✭ 79 (+295%)
Mutual labels:  promise
woodpecker
woodpecker http client for Android
Stars: ✭ 17 (-15%)
Mutual labels:  promise
nedb-promise
Promisified nedb wrapper
Stars: ✭ 95 (+375%)
Mutual labels:  promise
Escape From Callback Mountain
Example Project & Guide for mastering Promises in Node/JavaScript. Feat. proposed 'Functional River' pattern
Stars: ✭ 249 (+1145%)
Mutual labels:  promise
paginated
⚛️ React render props component & custom hook for pagination.
Stars: ✭ 20 (+0%)
Mutual labels:  render-props
promise-waterfall
promise-waterfall extends promise utilities with sequential flow control function like async.waterfall
Stars: ✭ 28 (+40%)
Mutual labels:  promise
react-combine-contexts
🚀Use multiple React Contexts without pain.
Stars: ✭ 23 (+15%)
Mutual labels:  render-props
promise4j
Fluent promise framework for Java
Stars: ✭ 20 (+0%)
Mutual labels:  promise
WebsocketPromisify
Makes websocket's API just like REST with Promise-like API, with native Promises.
Stars: ✭ 18 (-10%)
Mutual labels:  promise
myPromise
promise
Stars: ✭ 42 (+110%)
Mutual labels:  promise
Popsicle
Simple HTTP requests for node and the browser
Stars: ✭ 238 (+1090%)
Mutual labels:  promise
mst-effect
💫 Designed to be used with MobX-State-Tree to create asynchronous actions using RxJS.
Stars: ✭ 19 (-5%)
Mutual labels:  promise
vue-geolocation
ask to your users their coordinates, and wrap them into a Promise
Stars: ✭ 88 (+340%)
Mutual labels:  promise
indexeddb-orm
Indexed DB ORM
Stars: ✭ 53 (+165%)
Mutual labels:  promise
stickyard
Make your React component sticky the easy way
Stars: ✭ 83 (+315%)
Mutual labels:  render-props
vue2-element
基于vue2 + vue-router2 + element-ui + vuex2 + fetch + webpack2 企业级后台管理系统最佳实践
Stars: ✭ 115 (+475%)
Mutual labels:  promise
parley
Flow control harness for implementors. Builds a Deferred object that supports async/await, promise chaining, and conventional Node callbacks.
Stars: ✭ 23 (+15%)
Mutual labels:  promise
PromisedFuture
A Swift based Future/Promises framework to help writing asynchronous code in an elegant way
Stars: ✭ 75 (+275%)
Mutual labels:  promise
promised-hooks
Middleware utility for your Promises
Stars: ✭ 25 (+25%)
Mutual labels:  promise
YACLib
Yet Another Concurrency Library
Stars: ✭ 193 (+865%)
Mutual labels:  promise
Axios
Promise based HTTP client for the browser and node.js
Stars: ✭ 89,857 (+449185%)
Mutual labels:  promise
react-callbag-listener
👂 A React render-prop component that listens to values emitted by callbags
Stars: ✭ 21 (+5%)
Mutual labels:  render-props
Spirit
Modern modular library for building web applications
Stars: ✭ 241 (+1105%)
Mutual labels:  promise
QDeferred
Qt C++ alternative for handling async code execution
Stars: ✭ 62 (+210%)
Mutual labels:  promise
Redux
No description or website provided.
Stars: ✭ 40 (+100%)
Mutual labels:  promise
Api
Promise and RxJS APIs around Polkadot and any Substrate-based chain RPC calls. It is dynamically generated based on what the Substrate runtime provides in terms of metadata. Full documentation & examples available
Stars: ✭ 232 (+1060%)
Mutual labels:  promise
ngx-localstorage
An Angular wrapper for localstorage/sessionstorage access.
Stars: ✭ 27 (+35%)
Mutual labels:  promise
p-ratelimit
Promise-based utility to make sure you don’t call rate-limited APIs too quickly.
Stars: ✭ 49 (+145%)
Mutual labels:  promise
miniprogram-network
Redefine the Network API of Wechat MiniProgram (小程序网络库)
Stars: ✭ 93 (+365%)
Mutual labels:  promise
unity-promises
Promises provide a simpler alternative for executing, composing, and managing asynchronous operations when compared to traditional callback-based approaches. They also allow you to handle asynchronous errors using approaches that are similar to synchronous try/catch.
Stars: ✭ 36 (+80%)
Mutual labels:  promise
rocket-pipes
Powerful pipes for TypeScript, that chain Promise and ADT for you 🚌 -> ⛰️ -> 🚠 -> 🏂 -> 🚀
Stars: ✭ 18 (-10%)
Mutual labels:  promise
promise-yes
Slide about how to use Promise in JavaScript.
Stars: ✭ 13 (-35%)
Mutual labels:  promise
nodeJS examples
Server, routing, db examples using NodeJS v6
Stars: ✭ 34 (+70%)
Mutual labels:  promise
alls
Just another library with the sole purpose of waiting till all promises to complete. Nothing more, Nothing less.
Stars: ✭ 13 (-35%)
Mutual labels:  promise
async
Synchronization and asynchronous computation package for Go
Stars: ✭ 104 (+420%)
Mutual labels:  promise
market-pricing
Wrapper for the unofficial Steam Market Pricing API
Stars: ✭ 21 (+5%)
Mutual labels:  promise
do
Simplest way to manage asynchronicity
Stars: ✭ 33 (+65%)
Mutual labels:  promise
render-props
㸚 Easy-to-use React state containers which utilize the render props (function as child) pattern
Stars: ✭ 33 (+65%)
Mutual labels:  render-props
react-save-localstorage
🗄 React component to save data to localStorage on render phase safely
Stars: ✭ 26 (+30%)
Mutual labels:  render-props
bluff
🙏 Promise A+ implementation
Stars: ✭ 14 (-30%)
Mutual labels:  promise
promise-abortable
Promise lib for aborting in chain.
Stars: ✭ 19 (-5%)
Mutual labels:  promise
reason-epitath
CPS sugar usage for React Render Props composition in ReasonML
Stars: ✭ 16 (-20%)
Mutual labels:  render-props
redux-reducer-async
Create redux reducers for async behaviors of multiple actions.
Stars: ✭ 14 (-30%)
Mutual labels:  promise
promise-all-properties
A helper function that recevies an object with a promise in each property and returns a promise that resolves to an object with the same properties and the resolved values of the promises
Stars: ✭ 26 (+30%)
Mutual labels:  promise
mongoose-aggregate-paginate-v2
A cursor based custom aggregate pagination library for Mongoose with customizable labels.
Stars: ✭ 103 (+415%)
Mutual labels:  promise
fetchye
✨ If you know how to use Fetch, you know how to use Fetchye [fetch-yae]. Simple React Hooks, Centralized Cache, Infinitely Extensible.
Stars: ✭ 36 (+80%)
Mutual labels:  promise
Fetch
Asynchronous HTTP client with promises.
Stars: ✭ 29 (+45%)
Mutual labels:  promise
When
⏰ A lightweight implementation of Promises in Swift
Stars: ✭ 250 (+1150%)
Mutual labels:  promise
co demo
A step-by-step guide about how to avoid callback hell with ES6 Promises + generators (aka make your own "co")
Stars: ✭ 17 (-15%)
Mutual labels:  promise
Task Easy
A simple, customizable, and lightweight priority queue for promises.
Stars: ✭ 244 (+1120%)
Mutual labels:  promise
eople
Actor-model based concurrency in a reactive programming language.
Stars: ✭ 16 (-20%)
Mutual labels:  promise
Await Of
await wrapper for easier errors handling without try-catch
Stars: ✭ 240 (+1100%)
Mutual labels:  promise
etsy-ts
Etsy API wrapper written in typescript
Stars: ✭ 18 (-10%)
Mutual labels:  promise
kratix
Kratix is a framework for building Platform-as-a-Product
Stars: ✭ 175 (+775%)
Mutual labels:  promise
rmfr
Node.js implementation of rm -fr – recursive removal of files and directories
Stars: ✭ 23 (+15%)
Mutual labels:  promise
PiedPiper
A small set of classes and functions to make easy use of Futures, Promises and async computation in general. All written in Swift for iOS 10+, WatchOS 3, tvOS and Mac OS X apps.
Stars: ✭ 44 (+120%)
Mutual labels:  promise
wtsqs
Simplified Node AWS SQS Worker Wrapper
Stars: ✭ 18 (-10%)
Mutual labels:  promise
nancy
How JavaScript Promise Works
Stars: ✭ 26 (+30%)
Mutual labels:  promise
try-to-catch
functional try-catch wrapper for promises
Stars: ✭ 30 (+50%)
Mutual labels:  promise
1-60 of 359 similar projects