redux-batched-subscribe
redux-batched-subscribe copied to clipboard
Notify only once per batch
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.