NgRx should be used in medium/big projects where managing the state starts to become overwhelming. If your project has a bunch of components using the state, NgRx will be helpful in managing the state. So you’ve decided to use NgRx to manage your application’s state. Now you have some vocabulary to learn: Actions, reducers, selectors,…