How do you check your renders? Here's my method Create a base class that inherits ComponentBase, override ShouldRender and OnAfterRender to start and...
Blazor Does Not Support Constructor Injection Or does it? Code - gimme code The v5.0.0-preview.8.20414.8 release included a nice refactor commit from...
Preface I saw some chat recently on the Blazor Gitter Channel asking about binding to events on the html5 video tag. It seems this person was not...
Work In Progress - Video component for Blazor I am currently working on a Blazor Video component. Media Events do not bubble in general, and Blazor...