Ask Your Question
4

In Blazor Server Prerendered, what is the ideal location for data loading and UI updates?

asked 2023-07-20 20:32:45 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-07-20 20:39:02 +0000

plato gravatar image

In Blazor Server Prerendered, the ideal location for data loading and UI updates is in the OnInitializedAsync() method of the component. This method is called once for each component when it is initialized and is the recommended location for any data loading or initialization code. The OnInitializedAsync() method can also make use of the StateHasChanged() method to trigger UI updates when data has been loaded or updated.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-20 20:32:45 +0000

Seen: 24 times

Last updated: Jul 20 '23