https://www.pluralsight.com/courses/ngrx-fundamentals by Duncan Hunter Module 1: Course Overview Course Overview Module 2: Introduction Introduction ngrx allows you to manage state in angular Purpose of NgRx Managing global and local state Isolation of side effects Entity collection management Integration with the Angular Router Developer tooling different types of state: Persisted state, URL state, Client state, Local Ul state What Is NgRx? describes Actions, Reducer, Store in ngrx there is an optional NgRx library called componentStore for managing component state that makes additional stores components can subscribe to specific state changes with selectors NgRx Store Implements The Redux Pattern Why Use NgRx? Use NgRx To Manage State When Your application has a lot of user interactions Your application has a lot of different data sources Managing state in services is no longer sufficient Don't use NgRx when your application is simple with little shared state if you don't nee...
Comments
Post a Comment