What does Blazor use to update the DOM. Is it Virtual DOM or Incremental DOM?
It uses its own Render-tree, which is a Virtual DOM like the one in Vue and React.