How to Upgrade your Promises with Bluebird.js - A Guide and Tutorial
Channel:
Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=hQxFymzhT3A
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....!
Other Videos By Fullstack Academy
Tags:
promises javascript
bluebird.js
bluebird.js promises
bluebird.js tutorial