实现一个迷你的 React
根据 build-your-own-react 和 Dragonfly_Y 学习了关于 react 底层的一些东西
实现了下 micro-react
分为一下几个模块
- Step I: 实现 createElement 函数
- Step II: 实现 render 函数
- Step III: 并发模式
- Step IV: Fibers 结构
- Step V: Render and Commit Phases
- Step VI: Reconciliation
- Step VII: Function Components
- Step VIII: Hooks