State logger for JavaScript states Redux-style
npm install @codewell/state-logger
import stateLogger from '@codewell/state-logger';
const state = {};
const action = {type, payload};
const nextState = getNextState(state, action); // Somehow
stateLogger(state, action, nextState); // Will log the state in nice colors