Skip to content
Advertisement

Tag: reconciliation

React Reconciliation Of Component Instances

I’ve been trying to understand react reconciliation and am getting really confused by some of the details of how the diffing algorithm works. So far, I understand that whenever an update is made, we create a new react element tree and compare it with our previous react element tree. The diffing algorithm manages finding the difference between the new and

Advertisement