Excubo.Blazor.LazyStyleSheet
3.1.2
See the version list below for details.
dotnet add package Excubo.Blazor.LazyStyleSheet --version 3.1.2
NuGet\Install-Package Excubo.Blazor.LazyStyleSheet -Version 3.1.2
<PackageReference Include="Excubo.Blazor.LazyStyleSheet" Version="3.1.2" />
paket add Excubo.Blazor.LazyStyleSheet --version 3.1.2
#r "nuget: Excubo.Blazor.LazyStyleSheet, 3.1.2"
// Install Excubo.Blazor.LazyStyleSheet as a Cake Addin #addin nuget:?package=Excubo.Blazor.LazyStyleSheet&version=3.1.2 // Install Excubo.Blazor.LazyStyleSheet as a Cake Tool #tool nuget:?package=Excubo.Blazor.LazyStyleSheet&version=3.1.2
A major issue on websites is slow page load. In part, this is due to enormous payloads that need to be downloaded in full before a page can be rendered correctly. Minimization and compression help to some degree, but it ignores the awkward fact that many style sheets are only used to a tiny fraction.
With HTTP/2, loading small files rather than one large one is less of a performance concern than with HTTP/1.1. Since Blazor uses HTTP/2 by default, we can make use of this and split style sheets into smaller chunks. Those chunks can then be loaded lazily, i.e. only when a component actually needs it.
Excubo.Blazor.LazyStyleSheet enables you to write dedicated style sheet for each component.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 is compatible. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.0
- Excubo.Analyzers.Annotations (>= 1.0.1)
- Microsoft.AspNetCore.Components.Web (>= 3.1.6)
- Microsoft.Build.Framework (>= 16.6.0)
- Microsoft.Build.Utilities.Core (>= 16.6.0)
-
.NETCoreApp 3.1
- Excubo.Analyzers.Annotations (>= 1.0.1)
- Microsoft.AspNetCore.Components.Web (>= 3.1.6)
- Microsoft.Build.Framework (>= 16.6.0)
- Microsoft.Build.Utilities.Core (>= 16.6.0)
-
.NETStandard 2.0
- Excubo.Analyzers.Annotations (>= 1.0.1)
- Microsoft.AspNetCore.Components.Web (>= 3.1.6)
- Microsoft.Build.Framework (>= 16.6.0)
- Microsoft.Build.Utilities.Core (>= 16.6.0)
-
.NETStandard 2.1
- Excubo.Analyzers.Annotations (>= 1.0.1)
- Microsoft.AspNetCore.Components.Web (>= 3.1.6)
- Microsoft.Build.Framework (>= 16.6.0)
- Microsoft.Build.Utilities.Core (>= 16.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.21 | 868 | 11/9/2021 |
3.1.19 | 680 | 9/15/2021 |
3.1.18 | 720 | 8/11/2021 |
3.1.17 | 727 | 7/19/2021 |
3.1.14 | 701 | 4/7/2021 |
3.1.13 | 787 | 3/3/2021 |
3.1.11 | 823 | 1/13/2021 |
3.1.9 | 807 | 11/13/2020 |
3.1.8 | 33,425 | 10/13/2020 |
3.1.7 | 3,071 | 9/30/2020 |
3.1.5 | 3,696 | 9/8/2020 |
3.1.4 | 4,288 | 8/12/2020 |
3.1.3 | 3,143 | 7/24/2020 |
3.1.2 | 1,516 | 7/20/2020 |
3.1.1 | 1,927 | 7/14/2020 |
3.0.0 | 1,167 | 7/10/2020 |
2.0.9 | 3,029 | 6/15/2020 |
2.0.8 | 883 | 6/5/2020 |
2.0.7 | 875 | 5/13/2020 |
2.0.6 | 889 | 5/13/2020 |
2.0.5 | 864 | 5/1/2020 |
2.0.2 | 904 | 5/1/2020 |
2.0.1 | 842 | 4/28/2020 |
2.0.0 | 916 | 3/27/2020 |
1.0.1 | 887 | 3/26/2020 |
1.0.0 | 896 | 3/11/2020 |