reflux / refluxjs

A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux
BSD 3-Clause "New" or "Revised" License
5.36k stars 330 forks source link

Aggregate store fires without listeners #473

Closed aristidesstaffieri closed 8 years ago

aristidesstaffieri commented 8 years ago

When using a store that listens to another store, should the aggregate store be subscribed if that store itself does not have any subscribers?