Install React developer tools

The react debugging tool, like vue-devtool, can conveniently track and debug real-time status such as state, props, etc.
Old version:
Version:  v3.4.2
Official documentation:  New React Devtools Beta – React Blog
Warehouse address:  https://github.com /facebook/react-devtools/releases
Note: The current version is not recommended, and an error will be reported directly in the react-design-pro project.
 


Recommended version: **
Attachment:  react-dev-tool-4.13.zip
**Installation process:

  1. Open chrome: chrome://extensions/

  1. Unzip react-dev-tool-4.13.zip

  1. Drag and drop the current .crx file to the open page
  2. turn on

  1. Restart the browser and access the react project

Guess you like

Origin blog.csdn.net/m0_67388537/article/details/131955274