Skip to content

watzak/redux-perf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

##DEMO

Alt Text

About

Simple redux performance middleware => stopwatch, time measurement of actions where state is changed

Resources

License

Stars

Watchers

Forks

Packages

No packages published