Anu6is
Not understanding this lesson
again it a simplified case here but duplicated code could also lead to bugs where you update one instance of the duplication and forget to update the other instance, then you have differing logic in 2 places when it should be the same logic in both those places
31 replies
Blazor WASM: Injecting a service
side note you can read up here https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0#prerendering
22 replies