Immutable Update Patterns
Redux updates copy every level of the state tree that changes (spread the object, map the array) while sharing unchanged branches by reference. This lets change detection be a cheap reference comparison instead of a deep equality walk.
This Concept is waiting for its first lesson!
Redux updates copy every level of the state tree that changes (spread the object, map the array) while sharing unchanged branches by reference. This lets change detection be a cheap reference comparison instead of a deep equality walk.
Are you a teacher? Sign in to start contributing.
Sign In