In this workshop, we will gradually introduce state management with NgRx into an existing application. First, we demonstrate how this can be solved using the classic NgRx store and how it ensures clear and efficient management of the application state.
We then modernize the application by introducing the NgRx Signal Store, which offers new approaches to management and reactivity in state management.