jcperez-ch / flaxs

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

Adding the store not only to the MasterStore but to all Stores #4

Closed jcperez-ch closed 8 years ago

jcperez-ch commented 8 years ago

Changes:

@felix-d @tomzmtl these changes will make ES5 integration more powerful without many refactoring (only changing the imports of Flux in common/flux/index.js).

I'll create a PR for ES5 to stop using the tar.gz and start pointing at this repo (eventually we need to change to a different upstream).