rockerest’s avatarrockerest’s Twitter Archive—№ 11,631

  1. …in reply to @housecor
    housecor Like others, I use Observables (specifically RxJS). However, if I'm integrating with an existing API, it's nearly always promises, and in that case I use Async/Await to make it readable.