fluxo-js / fluxo

Fluxo is a simple, lightweight (~300LOC) and dependency free data infrastructure lib based on Facebook Flux and Backbone.js. It's compatible with React.js, but you can use with whatever you want to the view/component layer.
15 stars 3 forks source link

Subset ordering not working properly #34

Closed samuelsimoes closed 8 years ago

samuelsimoes commented 8 years ago

When we have a collection with sort and some child store's attribute change or a child store is removed or added it updates the ordering, but the subsets are only updated on add, remove and the events specified by the users. So we need to make sure the update the subsets when children stores change too.

samuelsimoes commented 8 years ago

We will remove the subsets (https://github.com/fluxo-js/fluxo/issues/42), so...