What is React Monitor?
Extension stats
Ranking
Other platforms
Extension summary
ReactMonitor Quickly visualize React's component tree performance for improved onboarding and debugging
What does it do By using the ReactMonitor Chrome DevTool, beginning and experienced developers alike are able to get a visual representation of an existing codebase that they are working on. Built with React, this tool will dynamically traverse the fiber root object behind the scenes, displaying state, props, render times and the type of components on the page.
How to install and run? Run the NPM package in your own codebase by following the steps below.
- Install the package (npm install reactmonitorfiber)
- Require/Import the package (import reactMonitor from 'reactmonitorfiber')
- Invoke React Monitor with an input of the DOM element that you are rendering the React Element into const container = document.querySelector('#root'); reactDOM.render(<App />, container); reactMonitor(container);
Extension safety
Risk impact
React Monitor requires a few sensitive permissions. Exercise caution before installing.
Risk likelihood
React Monitor has earned a fairly good reputation and likely can be trusted.
Similar extensions
Here are some Chrome extensions that are similar to React Monitor: