TimeWarp.State.Plus
12.0.0-beta.5
Prefix Reserved
dotnet add package TimeWarp.State.Plus --version 12.0.0-beta.5
NuGet\Install-Package TimeWarp.State.Plus -Version 12.0.0-beta.5
<PackageReference Include="TimeWarp.State.Plus" Version="12.0.0-beta.5" />
<PackageVersion Include="TimeWarp.State.Plus" Version="12.0.0-beta.5" />
<PackageReference Include="TimeWarp.State.Plus" />
paket add TimeWarp.State.Plus --version 12.0.0-beta.5
#r "nuget: TimeWarp.State.Plus, 12.0.0-beta.5"
#:package TimeWarp.State.Plus@12.0.0-beta.5
#addin nuget:?package=TimeWarp.State.Plus&version=12.0.0-beta.5&prerelease
#tool nuget:?package=TimeWarp.State.Plus&version=12.0.0-beta.5&prerelease
TimeWarp.State.Plus
TimeWarp.State.Plus extends TimeWarp.State with additional, features, middleware and components to simplify and enhance your Blazor applications.
TimeWarp.State.Plus
TimeWarp.State.Plus extends the core functionality with additional features:
Available Middleware
- PersistentState
- Key Feature: Automates the persistence of state in browser storage.
- Usage: Annotate a top-level state with
[PersistentState(PersistentStateMethod.SessionStorage)]orLocalStorage. - Host:
AddBlazoredSessionStorage/AddBlazoredLocalStorage,AddScoped<IPersistenceService, PersistenceService>(), and[assembly: MediatorBehavior(typeof(PersistentStatePostProcessor<,>), order: 520, Scope = typeof(ClientPipeline))]. Auto-load sendsLoadPersistentStateRequest. - Storage keys: New writes use the state's
FullNameso two types with the same simple name do not collide. Load triesFullNamefirst, then the simpleName, so existing browser entries are not dropped. There is no migration framework. - JSON: Save and load use
TimeWarpStateOptions.JsonSerializerOptions(the same options asStoreandJsonRequestHandler). Configure converters there so persisted state round-trips. Load is property-name case-insensitive so leftover PascalCase entries still hydrate. - Sample: samples/05-persistence.
- MultiTimer System: A flexible framework for managing multiple timers in your application.
- It supports configurable timers
- Activity-based resets.
Available Components
- TwBreadcrumb
- Key Feature: RouteState history trail with back navigation.
- Usage:
<TwBreadcrumb MaxLinks="3" /> - Styling: Isolated CSS (
tw-breadcrumb). Hosts do not need Bootstrap.
- TwPageTitle
- Key Feature: Records the page title onto
RouteStatefor the breadcrumb trail. - Usage:
<TwPageTitle>Home</TwPageTitle>
- Key Feature: Records the page title onto
- InputColor
- Key Feature: A color picker input component.
- Usage:
<InputColor @bind-Value="Color" /> - ValueType: System.Drawing.Color
Available Features
- ThemeState
- Key Feature: Manages the
CurrentThemeof your application (Light, Dark, System). - Actions: UpdateTheme
- Key Feature: Manages the
Give a Star! ⭐
If you find this project useful, please give it a star. Thanks!
Getting Started
For a quick start, refer to the middleware section in the full Documentation.
Installation
dotnet add package TimeWarp.State.Plus
Check out the latest NuGet packages on the TimeWarp NuGet page.
Releases
View the Release Notes for detailed information on each release.
UnLicense
This project is licensed under the Unlicense.
Contributing
Your contributions are welcome! Before starting any work, please open a discussion.
Help with the documentation is also greatly appreciated.
Contact
If you have an issue and don't receive a timely response, feel free to reach out on our Discord server.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Blazored.LocalStorage (>= 4.5.0)
- Blazored.SessionStorage (>= 2.4.0)
- Microsoft.AspNetCore.Components.Web (>= 10.0.12)
- Microsoft.CodeAnalysis.CSharp (>= 4.14.0)
- TimeWarp.State (>= 12.0.0-beta.5)
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 |
|---|---|---|
| 12.0.0-beta.5 | 33 | 9/24/2026 |
| 12.0.0-beta.3 | 146 | 9/17/2026 |
| 12.0.0-beta.1 | 1,906 | 8/20/2025 |
| 11.0.3 | 8,357 | 6/20/2025 |
| 11.0.2 | 212 | 6/20/2025 |
| 11.0.1 | 210 | 6/20/2025 |
| 11.0.0 | 1,427 | 12/10/2024 |
| 11.0.0-beta.96 | 130 | 12/5/2024 |
| 11.0.0-beta.95 | 117 | 12/3/2024 |
| 11.0.0-beta.94 | 111 | 12/3/2024 |
| 11.0.0-beta.93 | 111 | 12/2/2024 |
| 11.0.0-beta.92 | 119 | 12/1/2024 |
| 11.0.0-beta.91 | 114 | 11/24/2024 |
| 11.0.0-beta.90 | 162 | 10/21/2024 |
| 11.0.0-beta.89 | 96 | 10/20/2024 |
| 11.0.0-beta.88 | 107 | 10/15/2024 |
| 11.0.0-beta.87 | 142 | 9/9/2024 |
| 11.0.0-beta.86 | 112 | 9/9/2024 |
| 11.0.0-beta.85 | 143 | 8/30/2024 |
| 11.0.0-beta.84 | 135 | 8/22/2024 |