Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 471 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 471 Bytes

ToyReact

Start

First

  yarn install
  // --- or ----
  npm install

then

  yarn start
  // --- or ----
  npm start

ToyReactJS

基于jsx风格

JSX Grammar

ToyReactJS 组件如何在浏览器中运行

ToyReact Operation Mechanism

TODO

  • 替换借助placeholder占位的代码逻辑
  • 增加对新增节点的处理逻辑
  • 优化vdom的diff算法