How to Upgrade your Promises with Bluebird.js - A Guide and Tutorial

Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=hQxFymzhT3A



Category:
Tutorial
Duration: 10:36
18,992 views
194


Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com

This tutorial details many of the methods available for Promises and additions from Bluebird.js including:
Turning callbacks into promises using Promise.promisify() and Promise.promisifyAll().
Waiting for multiple promises to resolve before continuing using Promise.all() and Promise.map().
Flattening an array result with .spread() instead of .then().
Forcing your promises to perform in series with Promise.mapSeries(), Promise.each(), and Promise.reduce().
and more....!







Tags:
promises javascript
bluebird.js
bluebird.js promises
bluebird.js tutorial