Skip to content

reduxe-trace it is a redux middleware that allows you to have a view on the state of your applicatio

License

Notifications You must be signed in to change notification settings

hajjiTarik/redux-trace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

reduxe-trace it is a redux middleware that allows you to have a view on the state of your applicatio

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published