redux-perf

1.0.3 • Public • Published

redux-perf

Redux middleware to measure the time that actions need to change the state!

-- Little helper to see which action takes longest! --

NPM

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

Alexander Reardon

Original post

License

MIT

DEM=

Alt Text

Package Sidebar

Install

npm i redux-perf

Weekly Downloads

5

Version

1.0.3

License

MIT

Last publish

Collaborators

  • watzak