You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that you describe reconciling as finding what changed and the render phase as to update the app itself
But I read somewhere else that reconciling is actually 2 phases
Render phase which async and here I think we find changes
And commit phase in which we apply those changes to the DOM
Now I'm so confused what is actually correct
The text was updated successfully, but these errors were encountered:
It is important to remember that the reconciliation algorithm is an implementation detail。This is the description I found about reconciliation 。 You can see it's a broad description。So I understand that reconciliation includes everything that React does to compare the old and new trees after an update。
I see that you describe reconciling as finding what changed and the render phase as to update the app itself
But I read somewhere else that reconciling is actually 2 phases
Render phase which async and here I think we find changes
And commit phase in which we apply those changes to the DOM
Now I'm so confused what is actually correct
The text was updated successfully, but these errors were encountered: