Virtual DOM Demystified: How React Optimizes UI Performance
Introduction
In react DOM (Document Object Model) is is handled through a system called the Virtual DOM, which acts as a middleman to make UI updates faster and more efficient. Now Virtual DOM (VDOM)
debasishs.hashnode.dev7 min read