Skip to content

Redux middleware to coerce native javascript types into the equivalent Immutable.js types

License

Notifications You must be signed in to change notification settings

kwhitaker/redux-make-immutable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redux-make-immutable

Redux middleware to coerce native javascript types into the equivalent Immutable.js types. Works with both Flux Standard Actions non-standard actions.

If an action is submitted without a type key, it will be forwarded.

Install

npm install -S redux-make-immutable

Usage

import makeImmutable from 'redux-make-immutable';

... applyMiddleware(
      thunkMiddleware,
      loggerMiddleware,
      makeImmutable
    );

About

Redux middleware to coerce native javascript types into the equivalent Immutable.js types

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published