Matt-Esch / virtual-dom

A Virtual DOM and diffing algorithm
MIT License
11.65k stars 780 forks source link

virtual-dom vs react virtual-dom #443

Open QiQi57 opened 6 years ago

QiQi57 commented 6 years ago

What's the relationship between virtual-dom and react virtual-dom?

gryphonmyers commented 6 years ago

You could say React popularized the concept of a virtual DOM. virtual-dom is an unrelated, open implementation of the same concept.

Raynos commented 6 years ago

This project started here ( https://gist.github.com/Raynos/8414846 ).