gaearon/redux-devtools-log-monitor

Optimize performance!

Open

#45 opened on Apr 2, 2016

View on GitHub
 (12 comments) (0 reactions) (0 assignees)JavaScript (66 forks)github user discovery
help wanted

Repository metrics

Stars
 (307 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

This project is ripe for performance optimizations. There’s a ton of low hanging fruit here. I think we can get 10x better performance if somebody just spends a day with ReactPerf and finds where all the wasted renders are coming from, and optimizes allocations from inline styles that almost never change. Any volunteers?

Guide to optimizing React performance: http://benchling.engineering/deep-dive-react-perf-debugging/

Contributor guide