September 2018
Intermediate to advanced
302 pages
7h 17m
English
In Flux, we still retain the freedom to choose the place where side effects are triggered, but we must respect unidirectional flow.
Some examples of possible side effects in Flux include the following:
A good idea is to force side effects to occur in only one place in the Flux architecture. We could perform side effects only on action triggers. For instance, when the SHOW_MORE action is triggered by a user click, we first download the data and then send the full object to the Dispatcher. ...
Read now
Unlock full access