Info
Version: | 1.2.2 |
Author(s): | Nate Zaugg |
Last Update: | Tuesday, February 27, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MindfireTechnology/BlazorStateManager |
NuGet Url: | https://www.nuget.org/packages/BlazorStateManager |
Install
Install-Package BlazorStateManager
dotnet add package BlazorStateManager
paket add BlazorStateManager
BlazorStateManager Download (Unzip the "nupkg" after downloading)
Dependencies
- 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)
Tags
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.