bhovhannes / slow-react-redux-todomvc

Slow React TODOMVC implementation using Redux architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slow-react-redux-todomvc

Slow React TodoMVC implementation using Redux architecture.

Why ?

This project is build to make it easy to illustrate various performance issues which may happen in React/Redux applications and their solutions.

What is slow?

  1. Random slowness is introduced in TodoItem component render.
  2. Random slowness is introduced in TodoTextInput component render.
  3. Fixed slowness is introduced in each action of todos reducer.
  4. Fixed slowness is introduced in each action of visibilityFilter reducer.

About

Slow React TODOMVC implementation using Redux architecture


Languages

Language:JavaScript 100.0%