Skip to content

Redux middleware to coerce native javascript types into the equivalent Mori types.

License

Notifications You must be signed in to change notification settings

kwhitaker/redux-make-mori

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redux-make-mori

Redux middleware to coerce native javascript types into the equivalent Mori 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-mori

Usage

import makeMori from 'redux-make-mori';

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

About

Redux middleware to coerce native javascript types into the equivalent Mori types.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published