Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 134 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 134 Bytes

生成项目

npm install -g create-react-app
create-react-app dom-diff

虚拟dom

createElement => {type,props,children}