How React Virtual DOM works under the Hood
Understanding React Virtual DOM and Reconciliation
Introduction
Updating the DOM directly can become slow and inefficient, especially in large applications where the UI changes frequently.
React solve
howreactvirtualdomworksunderthehood.hashnode.dev5 min read