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

Subsets #14

Closed samuelsimoes closed 9 years ago

samuelsimoes commented 9 years ago

Subsets allows you declare subsets of your collection that are computed on add and remove events and other events that you want.

The collection toJSON will call the toJSON on subsets too, making easy presenting these subsets on interfaces that relies on toJSON.

(See also #8)

(Pending docs)