giuband / redux-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance optimization with redux: examples

This is a basic simil-cakehr application to test the performance of different approaches with react-redux.

Installation

Run:

npm install

to install the dependencies and

npm start

to start the application.

Open a browser and navigate to one of the 3 variants of the app:

  • localhost:3000/bad: bad performance
  • localhost:3000/good: acceptable performance
  • localhost:3000/awesome: top-notch performance

License

MIT

About

License:MIT License


Languages

Language:JavaScript 89.1%Language:HTML 9.1%Language:CSS 1.8%