Category: Web

  • Tree Reconcilation React calculate what the DOM should look like (called “Work-In-Progress”) and what the DOM currently looks like (called “Current”), in virtual DOM DOM (js object). Those were represented as two branches of object trees. After making those trees, React compare those two branches and find minimum number of step required to make WIP…