手写一个超级 mini 的 React,以便于理解 React 的一些核心原理。
本文参考了https://pomb.us/build-your-own-react/open in new window的实现方案。
实现的 React 的版本是 16.8。
完整代码地址:
准备工作