BlazorStateManager 1.0.0
Services that help working between different components in a Blazor application easier. These include interfaces for IStateManager which commits & notifies of data changes. IStoragePersistance which allows objects to be stores in LocalStorage, Session, or Cookies. IMediator which can notify other components about certain events.
Install-Package BlazorStateManager -Version 1.0.0
dotnet add package BlazorStateManager --version 1.0.0
<PackageReference Include="BlazorStateManager" Version="1.0.0" />
paket add BlazorStateManager --version 1.0.0
#r "nuget: BlazorStateManager, 1.0.0"
// Install BlazorStateManager as a Cake Addin
#addin nuget:?package=BlazorStateManager&version=1.0.0
// Install BlazorStateManager as a Cake Tool
#tool nuget:?package=BlazorStateManager&version=1.0.0
Services that help working between different components in a Blazor application easier. These include interfaces for IStateManager which commits & notifies of data changes. IStoragePersistance which allows objects to be stores in LocalStorage, Session, or Cookies. IMediator which can notify other components about certain events.
Services that help working between different components in a Blazor application easier. These include interfaces for IStateManager which commits & notifies of data changes. IStoragePersistance which allows objects to be stores in LocalStorage, Session, or Cookies. IMediator which can notify other components about certain events.
Release Notes
Initial Release
Dependencies
-
net5.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0)
- Microsoft.JSInterop (>= 5.0.0)
- Microsoft.Net.Http.Headers (>= 2.2.8)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 84 | 2/4/2021 |