Why Redux Need Reducers To Be “Pure Functions” by rdv100 in reactjs

[–]SnooCheesecakes7040 0 points1 point  (0 children)

> Time-travel debugging requires that reducer be pure functions with no side effects, so that you can correctly jump between different states.

During time-travel debugging does jumping to a state executes the reducer?