Y
Hacker News
new
|
ask
|
show
|
jobs
by
saifelse
3774 days ago
Author here, interested to hear what other tools/workflows you use for debugging!
2 comments
acemarke
3774 days ago
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.
link
underwater
3773 days ago
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
link