Virtual DOM ( Document Object Model)
The virtual DOM is a concept in web development, particularly in libraries and framework like React, that optimizes the way changes to the UI are handled.
How the virtual DOM works :-
Real DOM : The regular DOM ( Document Object Model ) is a tree st...
deeplinking.hashnode.dev5 min read