3.0.0 • Published 10 years ago

promise-collector v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

promise-collector

Collects registered promises to be delivered together.

npm package build status dependency status

Say you need to do something syncronous with your asyncronous data, like render a React component tree. However, before you do that you need to get all your data in place. That's fine you can use Promise.all or promise-results. But, let's say you'd like to pump that async data into places where it could easily be overridden like a Reflux store. In that case, you want to allow your data to be gathered asyncronously and applied syncronously, like a Batch. This is where PromiseCollector gives you a central place to gather these promises.

3.0.0

10 years ago

2.1.2

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago