In the previous chapter, I introduced ngrx/effects for managing the side effects of actions in a separate layer in our application. ngrx/effects complements software architecture in Angular-based applications and uses reactive programming with RxJS.
It’s time to fine-tune our applications and get familiar with more reactive perspectives.
In this chapter, we will focus on using reactive forms for our search feature, applying some useful solutions to common challenges found in Angular applications while using reactive programming. I will introduce more concepts and features of both RxJS ...