深入理解React源码 VII - 英文预览版
Last time we discussed the core Transaction class and ReactDefaultBatchingStrategyTransaction. The instantiation is not the sole Transaction involved in UI updating but merely the one that leads.
In this post, we are going to examine the other Transactions which, together with ReactDefaultBatchingStrategyTransaction, outline the UI updating processing logic.
http://holmeshe.me/understanding-react-js-source-code-initial-rendering-VII/