深入理解React源码 VII - 英文预览版
发布于 6 年前 作者 holmeshe 2585 次浏览 来自 分享

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/

回到顶部