My second attempt to implement a redux application. Testing a little bit the performance. Lots of changes in the state with updates comming from a fake backend (setInterval with a random delay and values).
The program is writen TypeScript using ES6 Module System, built with Webpack, and has RxJS and Redux as main dependencies.
Open a terminal or command line and run following commands:
$ git clone https://github.com/jscriptcoder/stressing-redux.git
$ cd stressing-redux
##Installing and running
$ npm install
$ npm run start
Open http://localhost:8080/webpack-dev-server/. Enjoy :-)