Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 620 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 620 Bytes

redux-trace

redux-trace

build status npm version

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 { agent } from 'redux-trace';

Usage

const store = createStore(rootReducer, initialState, applyMiddleware(agent));

Licence

MIT

Author

Hajji Tarik.