You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
Currently we rely on convention to make sure we don't modify existing state objects in reducers. If we do this by accident we can possibly cause painful to debug issues.
Currently we rely on convention to make sure we don't modify existing state objects in reducers. If we do this by accident we can possibly cause painful to debug issues.
We should probably use a library that ensures the existing state is immutable. Redux has a list here:
https://github.com/markerikson/redux-ecosystem-links/blob/master/immutable-data.md#immutable-update-utilities
The text was updated successfully, but these errors were encountered: