Right now, Store.changed only fires once per Heartbeat (or other event, I don't remember) in order to reduce the number of renders resulting from Rodux changes.
When using Rodux standalone, that doesn't make any sense -- your UI framework should be doing the change batching.
I want to implement this render batching in Roact and then remove it from Rodux.