arunoda / react-komposer

Feed data into React components by composing containers.
MIT License
733 stars 70 forks source link

Don't remove data from Meteor collection after component is recycled #129

Closed ElegantSudo closed 7 years ago

ElegantSudo commented 7 years ago

We shouldn't remove data from the Meteor collection after the component is recycled, or there should be a way to disable this, so that we aren't constantly refetching data from the server every time a component is reloaded.

arunoda commented 7 years ago

You need subs-manager.