码迷,mamicode.com
首页 > 其他好文 > 详细

React DevTools

时间:2021-03-17 14:05:07      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:filter   imp   bsp   for   can   navigate   web   chromium   href   

原文:https://reactjs.org/blog/2019/08/15/new-react-devtools.html

 

Introducing the New React DevTools

We are excited to announce a new release of the React Developer Tools, available today in Chrome, Firefox, and (Chromium) Edge!

What’s changed?

A lot has changed in version 4! At a high level, this new version should offer significant performance gains and an improved navigation experience. It also offers full support for React Hooks, including inspecting nested objects.

技术图片

 

 Visit the interactive tutorial to try out the new version or see the changelog for demo videos and more details.

 

How do I get the new DevTools?

React DevTools is available as an extension for Chrome and Firefox. If you have already installed the extension, it should update automatically within the next couple of hours.

If you use the standalone shell (e.g. in React Native or Safari), you can install the new version from NPM:

npm install -g react-devtools@^4

 

Where did all of the DOM elements go?

The new DevTools provides a way to filter components from the tree to make it easier to navigate deeply nested hierarchies. Host nodes (e.g. HTML <div>, React Native <View>) are hidden by default, but this filter can be disabled:

技术图片

 

React DevTools

标签:filter   imp   bsp   for   can   navigate   web   chromium   href   

原文地址:https://www.cnblogs.com/panpanwelcome/p/14539267.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!