Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
A Deep Dive into React Perf Debugging
(
benchling.engineering
)
83 points
by
sajithw
on Feb 25, 2016
|
hide
|
past
|
favorite
|
4 comments
jefftchan
on Feb 25, 2016
|
next
[–]
Relatedly, I wanted to highlight that Dan Abramov is currently working on a refactor of ReactPerf [1] which will make the performance measurements more accurate.
[1]
https://github.com/facebook/react/pull/6046
saifelse
on Feb 25, 2016
|
prev
[–]
Author here, interested to hear what other tools/workflows you use for debugging!
acemarke
on Feb 25, 2016
|
parent
|
next
[–]
Similar to that "why did I update?" mixin, there's also
https://github.com/redsunsoft/react-render-visualizer
and
https://github.com/spredfast/react-transform-render-visualiz...
. Useful for visualization.
underwater
on Feb 25, 2016
|
parent
|
prev
[–]
It's possible to pipe React profiling output into Web Tracing Framework, which gives a nice overview of the React application:
https://gist.github.com/joshduck/0c35f70cdd3abf88770c
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1] https://github.com/facebook/react/pull/6046