项目作者: hajjiTarik

项目描述 :
reduxe-trace it is a redux middleware that allows you to have a view on the state of your applicatio
高级语言: JavaScript
项目地址: git://github.com/hajjiTarik/redux-trace.git
创建时间: 2017-03-04T19:33:59Z
项目社区:https://github.com/hajjiTarik/redux-trace

开源协议:MIT License

下载


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

  1. import { agent } from 'redux-trace';

Usage

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

Licence

MIT

Author

Hajji Tarik.