Virtual DOM 
The virtual DOM is a concept where an ideal, or virtual, representation of a Ul is kept in memory and synced with the real DOM by a library such as react-dom.
This process is called reconciliation.
The virtual DOM is a concept where an ideal, or virtual, representation of a Ul is kept in memory and synced with the real DOM by a library such as react-dom.
This process is called reconciliation.