Skip to content

jscriptcoder/stressing-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 28, 2016
491a41e · Oct 28, 2016

History

22 Commits
Jun 26, 2016
Jun 26, 2016
Jun 9, 2016
Oct 28, 2016
Jun 11, 2016
Jun 9, 2016
Jun 12, 2016
Jun 9, 2016
Jun 9, 2016

Repository files navigation

stressing-redux

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.

Click here for demo

Download source

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 :-)

About

Testing performance in redux architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published