Open QiQi57 opened 6 years ago
What's the relationship between virtual-dom and react virtual-dom?
You could say React popularized the concept of a virtual DOM. virtual-dom is an unrelated, open implementation of the same concept.
This project started here ( https://gist.github.com/Raynos/8414846 ).
What's the relationship between virtual-dom and react virtual-dom?