React Monitor React Monitor

Productivity
Version: 0.0.0.1
Last Update: 2020-06-19

Overview

React Monitor is a Chrome extension developed by reactmonitorfiber. According to the data from Chrome web store, current version of React Monitor is 0.0.0.1, updated on 2020-06-19.
85 users have installed this extension. No user have rated this extension yet.

ReactMonitor
Quickly visualize React's component tree performance for improved onboarding and debugging

What does it do
By using…

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!

Rating

0 ratings

Total Installs

85

Information

Last Update

2020-06-19

Current Version

0.0.0.1

Size

1.3MiB

Author

reactmonitorfiber

Website

None

Category

Productivity

Latest Reviews

See More