Virtual DOM is an abstraction of the DOM that makes it easier for developers to work with React. Virtual DOM can be used to group DOM changes into one, and then send them to the real DOM. It can also be used in conjunction with React to make it easier to create React-based applications.

4m read timeFrom saiki.hashnode.dev
Post cover image
Table of contents
A Browser’s WorkflowEnter the Virtual DOMFurther Reading
2 Comments

Sort: