Sign in
Log inSign up
What is your favorite way to implement promises in a ReactJS project?

What is your favorite way to implement promises in a ReactJS project?

Nicos Tsourektsidis's photo
Nicos Tsourektsidis
·Apr 11, 2016

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