Open In App

React Developer Tools

React Developer Tools: React Developer Tools is a Chrome DevTools extension for the React JavaScript library. A very useful tool, if you are working on React.js applications.

This extension adds React debugging tools to the Chrome Developer Tools. It helps you to inspect and edit the React component tree that builds the page, and for each component, one can check the props, the state, hooks, etc and it also helps you to know whether in a particular application React.js has been used or not.



It is also available in Firefox.

How to add the Extension: Follow the link  https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en



After clicking Add to Chrome

How to Use the Extension:

The application built without using React.js

The application built using React.js

Components Window

Profiler Window

Article Tags :