We're a place where coders share, stay up-to-date and grow their careers.
Callback hell -> promise chaining -> async await (in an IIFE)
Next step is understanding Observables in 10 seconds (which isn't possible unfortunately 😢 )
But all kidding aside nice callback to an older twitter post ;D
Thank you. A tweet worths thousand words, right? _^
getData(a).pipe( concatMap(b => getMoreData(b)), concatMap(c => getMoreData(c)), concatMap(d => getMoreData(d)), concatMap(e => getMoreData(e)) ).subscribe({ next: e => console.log(e)})
Callback hell -> promise chaining -> async await (in an IIFE)
Next step is understanding Observables in 10 seconds (which isn't possible unfortunately 😢 )
But all kidding aside nice callback to an older twitter post ;D
Thank you. A tweet worths thousand words, right? _^