Immutable data structure
data structure with persistent versioning making copies of state to keep track of changes over time
JS doesn't support immutable objects (other than symbol
)
Redux emulates immutable data structures
Immutable data structure
data structure with persistent versioning making copies of state to keep track of changes over time
JS doesn't support immutable objects (other than symbol
)
Redux emulates immutable data structures