Promises

¿Por qué?

Callback Hell

Librerías

Q

RSVP

Bluebird

jQuery

...

new Promise()
Promise.resolve()
Promise.reject()
Promise.all()
Promise.race()

ES6

Promises in ES6

By José Fresco

Promises in ES6

  • 378