Skip to content

How the blazor get the render tree? #48890

Answered by javiercn
ljzj2 asked this question in Q&A
Discussion options

You must be logged in to vote

Blazor uses a Virtual DOM and produces a diff between the existing tree and the new tree for each component and then sends that diff to the browser which takes care of updating the DOM with the instructions from each component.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by javiercn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area-blazor Includes: Blazor, Razor Components
2 participants