What is a virtual DOM? - mmedrano9438/peripheral-brain GitHub Wiki
copy of the real DOM, so it is a virtual(lightweight) representation of a user interface(UI) in memory. Updating the virtual DOM is comparatively faster than updating the actual DOM
copy of the real DOM, so it is a virtual(lightweight) representation of a user interface(UI) in memory. Updating the virtual DOM is comparatively faster than updating the actual DOM