idev0085 / react-boilerplate

0 stars 0 forks source link

What is the difference between Shadow DOM and Virtual DOM? #37

Open idev0085 opened 3 years ago

idev0085 commented 3 years ago

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.