📜  dom 和 react dom 的区别 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:31.095000             🧑  作者: Mango

代码示例1
First of all - the Virtual DOM was not invented by React, but React uses it and provides it for free. The Virtual DOM is an abstraction of the HTML DOM. It is lightweight and detached from the browser-specific implementation details. ... There's no big difference between the “regular” DOM and the virtual DOM