- Course
ng-conf '19: Building Sub States with NgRx Selectors
Building Sub States with NgRx Selectors | Brandon Roberts
- Course
ng-conf '19: Building Sub States with NgRx Selectors
Building Sub States with NgRx Selectors | Brandon Roberts
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
NgRx provides Angular developers a framework for managing your application state in a reactive way. Actions provide an expressive way to manage state and trigger state changes, along with immutability enforced by reducers as pure functions. One of the real advantages of NgRx comes in the form of selectors. Selectors provide simple but powerful ways to efficiently get, derive, and compose view models for your application. This talk takes a deeper look at NgRx selectors, with examples and advanced features such as memoization and custom selectors.