xiaochen1024 / react_source_demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react_build:react17 build源码

  • cd react_build/node_modules/react
  • npm link
  • cd react_build/node_modules/react-dom
  • npm link

demos:视频教程的调试demo

  • cd demo
  • npm install
  • npm link react react-dom
  • npm start
  • 修改index.js的引用demo文件即可

reactMini:遵循react17源码,手写react迷你项目

  • cd reactMini
  • npm install
  • npm start

About


Languages

Language:JavaScript 85.4%Language:HTML 14.6%