Blazor is calling properties get on every user interaction #9863
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: By Design
Resolved because the behavior in this issue is the intended design.
Why Blazor calls property get every time a user interact with some component?
For example:
When I hit the button, FullName is recalculated again, why does this happen? The button above doesn't interact with anything.
This can lead to a huge performance problem.
The text was updated successfully, but these errors were encountered: