Angular Denver '19: Subjecting State to Good Behavior
Angular Denver 2019 | Subjecting State to Good Behavior | Kim Maida
What you'll learn
Apps of all sizes need to manage state, but not all apps need a state machine like NgRx. What if you can't afford the code cost and indirection? What if you don't want to decouple your business layer? There’s more to Angular state management than getters, setters, or a global stream. Are you ready to set up readable, uncomplicated state management using behavior subjects, observables, and immutability that are all OnPush ready? In this talk, Kim Maida explores scaling up state management in Angular from simple to more robust. You will gain a better understanding of Angular, RxJS, and even third party state management libraries.