UtahJS / meetups-slc-group

UtahJS SLC Group - Meetup topics, suggestions, and speaker signups! http://www.meetup.com/UtahJS/
12 stars 0 forks source link

[PRESENTATION] moving from Promises -> Async/Await -> RxJS and Observables with Angular #21

Open gdzierzon opened 5 years ago

gdzierzon commented 5 years ago

Asynchronous methods are at the heart of any Angular application. But our asynchronous architecture should be more than just making calls with async/await. In this session we will talk about promises, and async/await and how to make the mental shift to reactive-first design... and ultimately why observables should drive the design of our services.