You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Potential problem: performance penalty. We may subscribe to a lot of records. Since the state is not mutable, whenever we do an update, all of the data are re-written into memory.
TODO: need stress test.
Maybe we should keep meteor subscriptions out of the store.
The text was updated successfully, but these errors were encountered: