1.0.0 • Published 8 years ago

redux-make-mori v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

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
    );