汉化完成,https://zhuanlan.zhihu.com/p/33612220
本文也同时发表在我的博客( http://link.zhihu.com/?target=http%3A//holmeshe.me/understanding-react-js-source-code-initial-rendering-VII/)和 HACKERNOON( https://hackernoon.com/understanding-the-react-source-code-vii-b08ccb3b3f01)
上次我们聊完了 Transaction 核心类和它的一个实例 ReactDefaultBatchingStrategyTransaction。然而这个 Transaction 实例仅仅是一个开始 。
本篇中,我们将探究其它的 Transaction 实例。看懂了这些,界面更新逻辑的轮廓就画的出来了。