Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply Seamless Immutability to our reducers in dev mode so we don't allow state changing bugs to happen. #393

Merged
merged 11 commits into from
May 18, 2016

Conversation

mmcdermott
Copy link
Contributor

No description provided.

…ccessfully overwrite the old; slice keeps it immutable.
@@ -1,4 +1,6 @@
import reduxCrud from 'redux-crud'
import SeamlessImuutable from 'seamless-immutable'
const SI = __DEV__? SeamlessImuutable : (a) => a
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find this pretty funny for some reason.

@OAGr
Copy link
Member

OAGr commented May 18, 2016

This is a clean chance, nice. Curious how slow this will make local development, but we'll find that out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants