Home

Awesome

<img width="200" src="https://raw.githubusercontent.com/luisvinicius167/dutier/master/img/logo.png"/>

Logger for Dutier, inspired by Redux Logger.<br/>

npm package CDN

dutier-logger

Check out Dutier, the async and powerfull state management solution for Javascript applications.

Install

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.