breyerjs / typequick

A typing test written in react.
0 stars 0 forks source link

Bug: Performance #6

Closed breyerjs closed 7 years ago

breyerjs commented 7 years ago

Sometimes the re-rendering doesn't keep up with a quick bout of typing.

Refactor the code so the rerenders are less intensive.

breyerjs commented 7 years ago

Closing this until I can see the app on production. Local dev is done in development mode which is less performant than a production build.

See: https://facebook.github.io/react/docs/optimizing-performance.html