September 2018
Intermediate to advanced
302 pages
7h 17m
English
Using one-way data binding is not enough, as you can see. We can quickly fall into traps that simulate two-way data binding, or run into problems with events, as mentioned in the previous section.
Everything comes down to the question: can we handle it? For large scale applications, the answer is usually no. We need a predictable model that guarantees that we can find out quickly what happened and why. If the events are occurring all over our application, the developer will obviously have to spend a lot of time finding out what specifically is causing the detected bug.
How can we narrow down this problem? The answer is restrictions. We need some restrictions on the event flow. This is where the Flux architecture ...
Read now
Unlock full access