Virtual DOM in React
Today we gonna learn about the Virtual DOM present in React, which is responsible for its fast performance and declarative nature.
What is DOM?
DOM stands for Document Object Model, which represents the node tree of all the UI elements present on a p...
deepansh946.hashnode.dev3 min read