React Developer Tools

React Developer Tools is a must-have extension to Chrome that can be obtained from Chrome Web Store.

This plugin adds two tabs, the 'Components' tab, and the 'Profiler' tab, to the Developer Tools Interface (F12).

The 'Components' tab will show you the hierarchy of components rendered. You can inspect and edit the components, states, and props.

The 'Profiler' tab allows youto measure app performance.