My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
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