About
Front-end framework may implement above the browser dom, their own dom knwon as a virtual DOM
This framework manipulates the DOM with the help of a virtual DOM tree.
Features
- update/refresh only the diff to the original DOM
- implements their element structure (for editor)
List
- React - entirely in a tree in memory
- Preact
- …