react-render-tracker
react-render-tracker copied to clipboard
React render tracker – a tool to discover performance issues related to unintentional re-renders and unmounts
Roadmap
### Stage 0 (highest priority) - [x] Make it works with React devtools - [x] Fix render root's mount/unmount after init (otherwise crash) - [x] Optimize event log transfering to...
- Basic Function - Installation instructions - Nice-to-have: Integration with https://github.com/jhen0409/react-native-debugger Since react-native already connects to react-devtools, I think this should be doable, but I've never fiddled at that level...
I am trying to run [react-render-tracker](https://github.com/lahmatiy/react-render-tracker) against a react profiling build but seeing this error in the console ``` dispatcher-trap.ts:292 Uncaught (in promise) TypeError: renderer.getCurrentFiber is not a function at...
It would be really convenient if the connection to the tracker can be initiated via an npm package import instead of a `script` tag (similarly to how `react-devtools` does it)....
I’m on macOS 12.0.1 (x86_64) and am using [this example app](https://github.com/microsoft/graphitation/tree/apollo-fragment-store-watching/examples/apollo-watch-fragments). I have tested this on: * MS Edge 96.0.1054.62 (Official build) (x86_64) * Chromium 85.0.4183.102 (Developer Build) (64-bit) It...
I’m on macOS 12.0.1 (x86_64) and am using [this example app](https://github.com/microsoft/graphitation/tree/apollo-fragment-store-watching/examples/apollo-watch-fragments). I have tested this on: * MS Edge 96.0.1054.62 (Official build) (x86_64) * Chromium 85.0.4183.102 (Developer Build) (64-bit) It...
In this PR I want to add functionality requested in #18
Hi. Are there any plans to add a hotkey to hide the overlay
There should be a version of RRT which allows to load dumped event log into it instead of real time event log capturing.