redux-immutable-reducer icon indicating copy to clipboard operation
redux-immutable-reducer copied to clipboard

Immutable reducer states with Redux.

Results 1 redux-immutable-reducer issues
Sort by recently updated
recently updated
newest added

At first glance, this seems like it would be bad for performance on several levels. The constant calls to `.toJS()` are potentially expensive; part of the reason to use Immutable.js...