redux-trace

0.0.30 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i redux-trace

Weekly Downloads

14

Version

0.0.30

License

ISC

Last publish

Collaborators

  • nouf