JS Callback Heaven

Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=Ir9-EBbc9fg



Duration: 26:08
20,783 views
660


Programming with callbacks has been every JavaScript programmer's struggle since always. "Callback hell" is the reason why we have created Promises, Observables, reactive programming libraries, and other smart tools to help us avoid using callbacks directly. In this talk, we'll go beyond reactive programming and take a fresh look at callbacks. We will discover an incredible pattern among simple callbacks, that allows us to do everything that Observables or Promises or Iterables can do, and through familiar functional APIs. That pattern is fondly named "Callbags".

EVENT:

Amsterdam JSNation 2018
https://amsterdamjs.com/

SPEAKER:

Andre Staltz

PERMISSIONS:

Amsterdam JS Organizer provided Coding Tech with the permission to republish this video.

CREDITS:

JSNation YouTube channel: https://www.youtube.com/channel/UCQM428Hwrvxla8DCgjGONSQ







Tags:
javascript
javascript callback
js callbacks
promises
observables
callbacks