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.
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.
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.