Blazor Auto Saving Form Data in Blazor 5 May 2020 In this post, I show you how I designed a new form component which saves and retrieves form data to and from local storage automatically - until the form is successfully submitted.
Blazor Copy to Clipboard in Blazor 29 April 2020 In this post, I show how to copy text to the users clipboard in Blazor. I discuss two potential JavaScript APIs that can be used, then show two solutions replicating copy to clipboard features from GitHub and Bootstrap.
Blazor Working with Query Strings in Blazor 25 March 2020 In this post, I talk about query strings in Blazor. We start by understanding what they are and why we would chose to use them. Then look at some way to achieve that in Blazor.
Blazor Integrating Tailwind CSS with Blazor using Gulp - Part 2 3 March 2020 In this post, I go deeping into Tailwind CSS. I'll show you how you can customise its settings, optimise the final CSS payload. Then finish up by showing how you can integrate Tailwind into a CI pipeline using Azure DevOps.
Blazor Integrating Tailwind CSS with Blazor using Gulp - Part 1 18 February 2020 In this post, I introduce the Tailwind CSS framework, why I like it and why you might want to consider it. I then show how you can integrate it into your Blazor app using NPM and Gulp.
Blazor Fragment Routing with Blazor 4 February 2020 In this post, I'm going to tackle a question that came up after my .NET Conf: Focus on Blazor talk. How to achieve fragment routing in Blazor.