Skip to content

jscriptcoder/stressing-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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