Blazor Building Custom Input Components for Blazor using InputBase 3 December 2019 In this post, I'm going to point out a couple of limitations with using Blazor's input components as is. I'll then show how you can build your own custom input components to solves these problems.
Blazor Building a Custom Router for Blazor 5 November 2019 In this post, I'm going to show you how you can build your own convention based router component to replace the default router that ships with Blazor.
Blazor An In-depth Look at Routing in Blazor 29 October 2019 In this post, It take a deep dive in the nuts and bolts of routing in Blazor. Starting in the JavaScript world where navigation is intercepted and following the code into the C# world to the point of rendering the correct page or the not found template.
Blazor Introduction to Routing in Blazor 22 October 2019 In this post, I begin to look at how navigation works in Blazor. I start by showing the differences between navigation in traditional web apps vs SPAs. Before taking a high level look at Blazor's router component and how a navigation request is handled.
News Blazor Roundup From .NET Conf 2019 1 October 2019 Last week was .NET Conf and it marked the release of .NET Core 3 and Blazor Server! In this post, I give a roundup of all the Blazor news from .NET Conf 2019 as well as some cool content from the online event.
Blazor An Introduction to OwningComponentBase 17 September 2019 In this post, I'm going to explore the new OwningComponentBase class. I'll look at the quirks of service scopes in Blazor and how this class can help to manage them.