React fiber got easy !
React have a rendering enviornment such as ReactDOM , lets learn about VirtualDOM,
Reconciliation
It is an algorithm used in diffing of trees it is what we call a VirtualDOM and tells what parts need to be changed .
Diffing of trees is when you cre...
divyang-chhantbar.hashnode.dev2 min read