Excubo.Blazor.LazyStyleSheet
3.1.5
See the version list below for details.
dotnet add package Excubo.Blazor.LazyStyleSheet --version 3.1.5
NuGet\Install-Package Excubo.Blazor.LazyStyleSheet -Version 3.1.5
<PackageReference Include="Excubo.Blazor.LazyStyleSheet" Version="3.1.5" />
paket add Excubo.Blazor.LazyStyleSheet --version 3.1.5
#r "nuget: Excubo.Blazor.LazyStyleSheet, 3.1.5"
// Install Excubo.Blazor.LazyStyleSheet as a Cake Addin #addin nuget:?package=Excubo.Blazor.LazyStyleSheet&version=3.1.5 // Install Excubo.Blazor.LazyStyleSheet as a Cake Tool #tool nuget:?package=Excubo.Blazor.LazyStyleSheet&version=3.1.5
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.8)
- 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.8)
- 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.8)
- 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.8)
- 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 | 874 | 11/9/2021 |
3.1.19 | 682 | 9/15/2021 |
3.1.18 | 722 | 8/11/2021 |
3.1.17 | 729 | 7/19/2021 |
3.1.14 | 703 | 4/7/2021 |
3.1.13 | 789 | 3/3/2021 |
3.1.11 | 825 | 1/13/2021 |
3.1.9 | 809 | 11/13/2020 |
3.1.8 | 33,524 | 10/13/2020 |
3.1.7 | 3,073 | 9/30/2020 |
3.1.5 | 3,698 | 9/8/2020 |
3.1.4 | 4,294 | 8/12/2020 |
3.1.3 | 3,145 | 7/24/2020 |
3.1.2 | 1,518 | 7/20/2020 |
3.1.1 | 1,929 | 7/14/2020 |
3.0.0 | 1,171 | 7/10/2020 |
2.0.9 | 3,031 | 6/15/2020 |
2.0.8 | 885 | 6/5/2020 |
2.0.7 | 877 | 5/13/2020 |
2.0.6 | 891 | 5/13/2020 |
2.0.5 | 866 | 5/1/2020 |
2.0.2 | 906 | 5/1/2020 |
2.0.1 | 844 | 4/28/2020 |
2.0.0 | 918 | 3/27/2020 |
1.0.1 | 889 | 3/26/2020 |
1.0.0 | 898 | 3/11/2020 |