-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
One of the best features of Redux is the state is never actually modified, instead it is cloned and the clone is modified and returned as current state. This allows for the most helpful feature of time travel debugging where actions can be recorded and replayed to create a situation and tests. I may PR if I get time.
Metadata
Metadata
Assignees
Labels
No labels