The three types of actions in NgRx
The principles and patterns behind NgRx/Redux are nothing new. They are originating from CQRS (command query responsibility segregation) and event-driven systems. In that context, there are different ways to communicate an event to the actors in the system. This post will shed some light on what the different types of NgRx actions are and how …