redux-batched-subscribe icon indicating copy to clipboard operation
redux-batched-subscribe copied to clipboard

Notify only once per batch

Open secobarbital opened this issue 9 years ago • 0 comments

Redux subscription is used to notify listeners about changes in redux state. After delaying the notification of a batch of actions, we only need to notify the listeners once about the entire batch of changes because the final state is the only one that matters.

secobarbital avatar Sep 02 '16 03:09 secobarbital