1.0.11 • Published 4 years ago

reactmonitorfiber v1.0.11

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

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.

readmeDemo

How to install and run

To be able to use the application, users can:

  • Download the 'ReactMonitor' Google Chrome extension from The Chrome Web Store
  • Run the NPM package in your own codebase by following these steps:
    • Install the package\ npm install reactmonitorfiber
    • Require/Import the package\ import reactMonitor from 'reactmonitorfiber'\ or\ const reactMonitor = require('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

    Placeholder for Screenshot/Gif

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

Contributing

As an open-sourced project, ReactMonitor gladly accepts help whenever possible. If you have suggestions for improvements or run into any bugs, please feel free to open a github issue after checking whether no such issue has been filed yet. When you file a github issue, please include the following information:

Description

Steps to Reproduce
1.
2.
3.
Expected behavior:
Actual behavior:
Reproduces how often:
Versions: x.x
Additional Information:

Authors

Rudo Hengst: @RudoH\ Lia Pham: @lpham598\ Tommy Han: @simple-sifu

License

This project is licensed under the MIT License - see the LICENSE file for details

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago