A reactive state is not the normal state to be in. It is a result of our always-on, modern way of life . If we go back hundreds of thousands of years — when life was much simpler — when we began the day we had two objectives. To find food and survive.
Read moreWhat is reactive state management in Angular?
NgRx stands for Angular Reactive Extensions. In short, it is a state management system based on the Redux pattern . This will help us to manage the application state in a bigger angular application. Let’s try to understand more about NgRx by considering a simple angular app Bike Rental Portal.
Read more