0.0.30 • Published 7 years ago

redux-trace v0.0.30

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

redux-trace

redux-trace

build status npm version

redux-trace it's 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

Installation

import ReTrace from 'redux-trace';

Usage

const reTrace = new ReTrace(); 
const store = createStore(rootReducer, initialState, applyMiddleware(reTrace.start));
0.0.30

7 years ago

0.0.25

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

0.0.31

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.10

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago