retracer

0.0.1 • Public • Published

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));

Readme

Keywords

none

Package Sidebar

Install

npm i retracer

Weekly Downloads

0

Version

0.0.1

License

ISC

Last publish

Collaborators

  • nouf