Artemko·FollowApr 23, 2023--ListenShareNot exactly.At first: https://svelte.dev/blog/virtual-dom-is-pure-overheadAt second: Incremental DOM technique, introduced by Angular. IDOM is a library that generates DOM nodes on demand and operates with real DOM, but only updating the parts of the DOM that have changed, this results in faster performance and lower memory usage.