Skip to content

JQSC/debug-react-source-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

仓库

git clone https://github.com/JQSC/debug-react-source-code.git

install

yarn

当前源码版本

react v17.0.2

配置 vscode

安装插件 Debugger for Chrome

{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "chrome",
      "request": "launch",
      "name": "Launch Chrome",
      "url": "http://localhost:3000", // 改为目标 url
      "webRoot": "${workspaceFolder}",
    }
  ]
}

项目目录

|-- src
  |-- react   # 仓库源代码直接拿过来的
  |-- index.js

About

react v17.0.2源码调试

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages