React Virtual DOM vs Shadow DOM: What’s the Difference?

React and Vue.js use virtual DOM to optimize performance. What is the shadow DOM then?

Lorenzo Zarantonello
JavaScript in Plain English
3 min readSep 10, 2022

--

If you use React or Vue, you might be familiar with virtual DOM (Document Object Model). This should not be confused with the shadow DOM.

Photo by Lautaro Andreani on Unsplash

--

--