README.md
August 19, 2017 ยท View on GitHub
Logger for Dutier, inspired by Redux Logger.

Check out Dutier, the async and powerfull state management solution for Javascript applications.
Install
- NPM:
npm install dutier-logger - CDN:
https://unpkg.com/dutier-logger@0.0.1
Getting Started
/**
* @name Logger
* @description Each time you dispatch actions,
* will log the prev state, action and nex state
* on your console for you
*/
import { applyMiddleware } from 'dutier'
import Logger from 'dutier-logger'
applyMiddleware(Logger);
License
MIT License.
