October 2018
Intermediate to advanced
590 pages
15h 5m
English
Modern state management begins with Flux, which is not a library or framework. It is more a pattern that is different from the traditional MVC pattern.
In a large-scale application that uses MVC, you can easily end up with something like the following:

As you can see, the data that flows between Models and Views is unmanageable. It would be hard to try to figure out the data change flow.
In Flux, data flows in the same direction, as you can see in Figure 11.2:
Read now
Unlock full access