What is your favorite way to implement promises in a ReactJS project?
Hey guys, I found some nice libraries but I'm not sure which one is the best for performing chained ajax requests client-side and having flux actions based on them.
The libraries I found so far:
- Bluebird JS
- jQuery.when()
- Promise JS