Infos
10:30 - 11:30
Garmisch
Beschreibung
Your application might have the following issues:
- The application state grows and grows
- The state feels like it’s everywhere
- It gets harder and harder to keep track of what’s happening.
The way to approach this is to think of State Management. Redux as an architectural pattern offers us a way to make sure that data flows in one direction. It also introduces immutable changes which makes the code more predictable. There are different implementations of Redux though, so let’s look at the leading implementation NGRX but also contrast it to NGXS.
This talk will help you understand the problem but also what solutions are out there and their pros and cons.

