This talk makes you aware of common pitfalls rising as your Angular project grows. We will focus on how you can optimize the state management in your App using Redux.
First, you will learn how the Redux Architecture works itself and which modelling aspects you should know to set up a beautiful unidirectional data flow.
You will also get a taste of the ngrx/platform a popular framework that helps you integrating Redux with ease. Therefore, code examples are shown helping you to understand how Redux's building blocks (Store, Reducers, Actions, Effects) are working hand in hand.