Workshop
Reactive Angular
In this workshop, we will focus on framework-agnostic techniques that you can use to improve the UX of your application.
Error handling, retry strategies, state management, combination, and flattening scenarios – these are just some of the topics we will cover. Learn about the essential parts that make up a reactive architecture and take your RxJS skills to the next level! At the end, we will use Angular's new reactive Primitive and see how it compares to RxJS.
Bring ALL your code examples, bugs, and questions and get them addressed in an open-ended session, with no agenda but aimed at helping you find the best solution possible.
Takeaways
Combining streams
An overview of combination operators
Progressive rendering
Reducing the number of computations
Reactive State Management
State aggregation
State selection
Architecture patterns
Higher-order observables
A flattening strategies overview: merge, concat, exhaust, and switch
Usage in the user interface
Usage in business logic or data layer interaction like effects/epic of REDUX
Error handling
An in-depth understanding of error handling
How to encapsulate error-prone code
Comparison of the different retry & repeat mechanisms