
Logger for Dutier, inspired by Redux Logger.
Check out Dutier.
Install
- NPM:
npm install dutier-logger
- CDN:
https://unpkg.com/dutier-logger@1.0.
Getting Started
/** * @name Logger * @description Each time you dispatch actions, * will log the prev state, action and nex state * on your console for you */ ;
License
MIT License.