React Monitor chrome extension

Version: 0.0.0.1
React Monitor
ReactMonitor Quickly visualize React's component tree performance for improved onboarding and debugging What does it do By using…
0.00 Based on 0 user rates

What is React Monitor?

React Monitor is a productivity chrome extension. it's a free extension , it has 74 active users since released its first version, it earns an average rating of 0.00 from 0 rated user, last update is 1409 days ago.


What’s new in version 0.0.0.1?

                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);
- Navigate to the domain of your React application that you will be running React Monitor on
- Open your Chrome Developer Tools and select React Monitor

You are now able to view state changes on your application in real time!            

How to install React Monitor?

You could download the latest version crx file or older version files and install it.


Preview of React Monitor


Technical Features:

  • Latest Version: 0.0.0.1
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Friday, June 19th, 2020
  • Author: reactmonitorfiber

React Monitor Available languages:

English (United States).


FAQ