redux-perf
v1.0.3
Published
Simple redux performance middleware | stopwatch, time measurement of actions where state is changed
Downloads
4
Maintainers
Readme
redux-perf
Redux middleware to measure the time that actions need to change the state!
-- Little helper to see which action takes longest! --
Getting started
npm install redux-perf --save
Usage
import stopwatch from 'redux-perf';
const store = createStore(reducer, applyMiddleware(ReduxThunk, stopwatch));
All Credits to original author
License
MIT
##DEM=