VOOZH about

URL: https://www.nuget.org/packages/TimeWarp.State.Plus/

⇱ NuGet Gallery | TimeWarp.State.Plus 11.0.3




👁 Image
TimeWarp.State.Plus 11.0.3

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package TimeWarp.State.Plus --version 11.0.3
 
 
NuGet\Install-Package TimeWarp.State.Plus -Version 11.0.3
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TimeWarp.State.Plus" Version="11.0.3" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TimeWarp.State.Plus" Version="11.0.3" />
 
Directory.Packages.props
<PackageReference Include="TimeWarp.State.Plus" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TimeWarp.State.Plus --version 11.0.3
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TimeWarp.State.Plus, 11.0.3"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TimeWarp.State.Plus@11.0.3
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TimeWarp.State.Plus&version=11.0.3
 
Install as a Cake Addin
#tool nuget:?package=TimeWarp.State.Plus&version=11.0.3
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

👁 Dotnet
👁 Stars
👁 Discord
👁 workflow
👁 nuget
👁 nuget
👁 Issues Open
👁 Forks
👁 License
👁 Twitter

👁 Twitter
👁 Twitter

TimeWarp.State.Plus

👁 TimeWarp Logo

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 state classes with [PersistentState] to enable.
    • Storage Options: Supports both LocalStorage and SessionStorage.
  • MultiTimer System: A flexible framework for managing multiple timers in your application.
    • It supports configurable timers
    • Activity-based resets.

Example:

// Register the required services in Program.cs
// serviceCollection.AddTransient(typeof(IRequestPostProcessor<,>), typeof(PersistentStatePostProcessor<,>));
// serviceCollection.AddScoped<IPersistenceService, PersistenceService>();


[PersistentState(PersistentStateMethod.LocalStorage)]
public partial class Counter2State : State<Counter2State>
{
// State implementation
}

Available Components

  • InputColor
    • Key Feature: A color picker input component.
    • Usage: <InputColor @bind-Value="Color" />
    • ValueType: System.Drawing.Color

Available Features

  • ThemeState
    • Key Feature: Manages the CurrentTheme of your application (Light, Dark, System).
    • Actions: UpdateTheme

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

👁 License

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.

👁 Discord

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.1 1,065 8/20/2025
11.0.3 3,255 6/20/2025
11.0.2 195 6/20/2025
11.0.1 193 6/20/2025
11.0.0 1,395 12/10/2024
11.0.0-beta.96 114 12/5/2024
11.0.0-beta.95 102 12/3/2024
11.0.0-beta.94 99 12/3/2024
11.0.0-beta.93 95 12/2/2024
11.0.0-beta.92 106 12/1/2024
11.0.0-beta.91 97 11/24/2024
11.0.0-beta.90 149 10/21/2024
11.0.0-beta.89 82 10/20/2024
11.0.0-beta.88 93 10/15/2024
11.0.0-beta.87 126 9/9/2024
11.0.0-beta.86 97 9/9/2024
11.0.0-beta.85 124 8/30/2024
11.0.0-beta.84 120 8/22/2024
11.0.0-beta.83 2,504 8/13/2024
11.0.0-beta.82 116 8/12/2024
Loading failed