Inside Working of React
Understanding DOM and Virtual DOM in React
What is the DOM?DOM stands for: Document Object Model.
When the browser loads an HTML page, it converts the HTML into a structured tree of objects.
<body>
react-to-react.hashnode.dev4 min read