0.0.1 • Published 7 years ago

retracer v0.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

ReTracer

reTracer it is a redux middleware that allows you to have a view on the state of your application and the actions that are dispatched, and this presented in a simple way to understand without extention

build status

Installation

import ReTracer from 'redux-tracer';

Usage

const reTracer = new ReTracer();
const store = createStore(rootReducer, initialState, applyMiddleware(reTracer.start));