It is an object which exposes a number of top level APIs to interact with the browser DOM. It provides DOM-specific methods that can be used at the top level…
what is virtual dom in react
2 Articles
2
It is a lightweight JS object which is an in-memory representation of real DOM. It is a programming concept where an ideal, or “virtual”, representation of a UI is kept in memory…
Page 1 of 1