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
For example, if you have a component that is linked to a sub-property, it is better to set default values for all linked properties, instead of testing the initial variable.
This allows Blazor to send the HTML code to the client who can display it.
Then Blazor, via SignalR, will update the content of the component that is already drawn.
Otherwise, an empty page is displayed to the user, while the whole component is known...
which is not ergonomically pleasant for the user.
The text was updated successfully, but these errors were encountered:
For example, if you have a component that is linked to a sub-property, it is better to set default values for all linked properties, instead of testing the initial variable.
This allows Blazor to send the HTML code to the client who can display it.
Then Blazor, via SignalR, will update the content of the component that is already drawn.
Otherwise, an empty page is displayed to the user, while the whole component is known...
which is not ergonomically pleasant for the user.
The text was updated successfully, but these errors were encountered: