0 votes
in ReactJS by

How DOM and Virtual Dom object are different from one another?

1 Answer

0 votes
by

Virtual DOM is not capable to affect the HTML directly. As compared to a regular DOM, Virtual is quite faster and can perform its task reliably. In addition to this, Virtual Dome is capable to automate itself. Also, Virtual DOM is capable to handle more tasks without facing any of the issues.

Related questions

0 votes
asked Jan 30, 2021 in ReactJS by SakshiSharma
0 votes
asked Dec 14, 2023 in ReactJS by rahuljain1
...