- DevOnly
- Hides the content in production but renders it in development mode.
- SizeCheck
- Renders a small coloured badge top right for Bootstrap breakpoints. Wrapped in DevOnly component
- GreyOutZone
- Adapted from FlightFinder - this creates a greyed-out content area when the flag is set.
- Loading
- Hides the content when a value is null and shows a loading screen
The Blazor blog is my new blog covering specifically Blazor related issues as I develop applications in this new technology from Microsoft.
Thursday, 30 July 2020
Cool Blazor Snippets
I've started to create a set of useful Blazor component snippets I've been using on an application I've been developing. These should be useful in a stand-alone context. I'll add more as I create them.
Subscribe to:
Posts (Atom)
FAQ - Why isn't my component updating when I call <code>StateHasChanged</code> ?
Blazor updates the UI using a diffing algorith in the same way as other SPAs like Angular, React and Vue. This means that it does not re-r...

-
Blazor updates the UI using a diffing algorith in the same way as other SPAs like Angular, React and Vue. This means that it does not re-r...
-
Nuget Packages The second big issue with moving to .NET Standard is that any Nuget packages you consume need to have a .NET Standard suppo...
-
Blazor This blog assumes that you've already looked at Blazor . There are lots of videos and demos out there which cover what Blazor i...