[React] What is Virtual DOM?
React employs a concept known as the Virtual DOM(Document Object Model) to enhance performance and optimize the updating of the user interface.
In traditional web development, changes to the DOM(Document Object Model) trigger a reflow and repaint of ...
jingwangjjang.hashnode.dev2 min read