0 votes
in ReactJS by

What is the difference between Shadow DOM and Virtual DOM?

1 Answer

0 votes
by

The Shadow DOM is a browser technology designed primarily for scoping variables and CSS in web components. The Virtual DOM is a concept implemented by libraries in JavaScript on top of browser APIs.

Related questions

0 votes
asked Jul 2, 2019 in ReactJS by Venkatshastri
0 votes
asked Nov 26, 2019 in ReactJS by AdilsonLima
...