All reducers are called to produce the next store state.
All mapStateToProps/useSelectors of mounted components are called.
As every mapStateToProps/useSelector
that returned a different reference
from the previous render,
the associated components are rendered
(re-rendering problem).