You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cache property intiailizers for the duration of component lifetime (#39450)
ComponentFactory is instantiated on a per-renderer basis. It has a cache that stores
property initializers in a state independent way. In a Blazor server app, there is a HtmlRenderer created
during pre-rendering and a per-circuit renderer which means we're calculating and allocating multiple
copies of property intializers.
0 commit comments