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

Remove native sort and recommend a computed for that #50

Closed sobrinho closed 8 years ago

sobrinho commented 8 years ago

As we spoke, there is no need to worry about sorting since we have computed to deal with that.

samuelsimoes commented 8 years ago

Awesome. 👍