React Behind The Scenes: Virtual DOM, Reconciliation, Render Phase, Commit Phase & Fiber Explained.
Virtual DOM
Virtual DOM is a copy of a Real DOM , it helps us to manipulate the real DOM via ReactDOM, (JFYI , Real DOM means the things which you see when you open a website) , VDOM is provided by fr
umangpincha.hashnode.dev3 min read