Workshop
Essentials in Reactive Programming with RxJS
In this workshop, you will get an overview of the library and have the opportunity to learn about the concept, approach, and implementation of RxJS! After a practical and detailed tour through observables, attendees will also implement their first stream-based code.
AGENDA
Conceptual introduction to Rx
Promise vs Observables
Subscription callbacks
How to use pipes
Patterns and examples of operator combinations
Multicasting with observables (singlecast / multicast)
What are subjects