Blazor Component Rendering

In Blazor a razor component goes through some lifecycle events before and after rendering. There is also support in Blazor to pre-render the component, which will also influence when the component is rendered. It is important to understand when these events are called by the platform to be able to make calls to subcomponents or […]