• 访客须知: 本站为第三方微软EDGE浏览器插件推荐网站,非MicroSoft EDGE官方网站。(旨在帮你发现EDGE扩展商店中好用的插件,让EDGE用户更省心。)

Edge浏览器插件React Developer Tools 审查 React 组件的开发者工具

开发者工具 Edge插件网 扫描二维码分享

React Developer Tools 审查 React 组件的开发者工具
React Developer Tools 是一款可以在 Chrome开发者工具审查 React 组件的浏览器扩展。
Adds React debugging tools to the Chrome Developer Tools. Created from revision 75726fadfd on 10/19/2020.
React Developer Tools is a Chrome DevTools extension for the open-source React JavaScript library. It allows you to inspect the React component hierarchies in the Chrome Developer Tools.

You will get two new tabs in your Chrome DevTools: "⚛️ Components" and "⚛️ Profiler".

The Components tab shows you the root React components that were rendered on the page, as well as the subcomponents that they ended up rendering.

By selecting one of the components in the tree, you can inspect and edit its current props and state in the panel on the right. In the breadcrumbs you can inspect the selected component, the component that created it, the component that created that one, and so on.

If you inspect a React element on the page using the regular Elements tab, then switch over to the React tab, that element will be automatically selected in the React tree.

The Profiler tab allows you to record performance information.

React Developer Tools v4.9.0 (10/19/2020)

上次更新日期:2020年10月21日
点击进入下载页

React Developer Tools v4.25.0.0

上次更新日期:2022年7月14日