redux-perf

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

Usage no npm install needed!

<script type="module">
  import reduxPerf from 'https://cdn.skypack.dev/redux-perf';
</script>

README

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