You’ve probably heard about NgRx, Redux, and other options for state management with Angular. Perhaps you considered those solutions but steered away from them because of the extra complexity and volume of code introduced by NgRx and Redux. In this talk, Alain is going to explain the basics of how to manage your application state with Angular, as well as cover a more progressive approach to state management. We will be talking about RxJs, Subjects, Observable Stores, and get into Ngrx Store as the ultimate step in our state management journey.