jcperez-ch / flaxs

const Flaxs = Flux + Redux.principles();
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Avoid same Action to emit multiple changes in master store for different reduced callbacks #7

Closed jcperez-ch closed 8 years ago

jcperez-ch commented 8 years ago

We need to make sure that only one change is emitted for the master store, when invoking an action that is consumed by different reducers. Also we need to create a unit test for that specific case.

jcperez-ch commented 8 years ago

Actually being fixed on PR https://github.com/jcperez-ch/flaxs/pull/12

jcperez-ch commented 8 years ago

Fixed. PR https://github.com/jcperez-ch/flaxs/pull/12 is already merged.