redux-freeze icon indicating copy to clipboard operation
redux-freeze copied to clipboard

Redux middleware that prevents state from being mutated anywhere in the app

Results 2 redux-freeze issues
Sort by recently updated
recently updated
newest added

I first [reported](https://github.com/immutable-js/immutable-js/issues/1717) this at immutablejs. But I think that a fix/workaround might better fit into redux-freeze. ImmutableJS objects are immutable by design. However, the internal hashCode is calculated lazily...

It'd be great to have a UMD build available for those of us that don't use module loaders/bundlers.