(no title)
picardo | 4 months ago
That's right, but this communication pattern causes serious complexity. Imagine trying to find out what triggered a state change. You would have to listen to every event source to find out. With Flux, all state changes were mediated by the reducer in the store. It made things a lot simpler.
aatd86|4 months ago
picardo|4 months ago