React.js perform reconciliation algorithm on the Virtual DOM. But ReactNative converts components tree to the Shadow Tree, which is then translated to the Yoga Layout Tree and in the final step to the native host platform components.
Does ReactNative use the same reconciliation algorithm even though the underlying data representation is different?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…