This session covers best practices when using the Reactive Extensions for JavaScript (RxJS) for managing data in your Angular applications.
We cover retrieving and displaying asynchronous data, exception handling, combining multiple data sets, preventing nested subscriptions, and creating action streams.
You will learn:
- Best practices for collecting, combining and caching async data
- Exception handling
- How to build action streams to effectively react to user actions or state changes