React States & Virtual DOM
In React, the virtual DOM (Document Object Model) is an abstraction of the actual DOM. It is a lightweight representation of the UI components and their structure.
When there is a state change in a React component, React creates a new virtual DOM tre...
cyborglaksh.hashnode.dev2 min read