TimeWarp.State.Middleware 11.0.0-beta.7

This is a prerelease version of TimeWarp.State.Middleware.
This package has a SemVer 2.0.0 package version: 11.0.0-beta.7+8.0.101.
dotnet add package TimeWarp.State.Middleware --version 11.0.0-beta.7
NuGet\Install-Package TimeWarp.State.Middleware -Version 11.0.0-beta.7
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.Middleware" Version="11.0.0-beta.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TimeWarp.State.Middleware --version 11.0.0-beta.7
#r "nuget: TimeWarp.State.Middleware, 11.0.0-beta.7"
#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.
// Install TimeWarp.State.Middleware as a Cake Addin
#addin nuget:?package=TimeWarp.State.Middleware&version=11.0.0-beta.7&prerelease

// Install TimeWarp.State.Middleware as a Cake Tool
#tool nuget:?package=TimeWarp.State.Middleware&version=11.0.0-beta.7&prerelease

Dotnet Stars Discord workflow nuget nuget Issues Open Forks License Twitter

Twitter Twitter

TimeWarp.State.Middleware

TimeWarp Logo

TimeWarp.State.Middleware is a versatile extension of the Blazor-State library, designed to enhance state management in Blazor applications with a suite of middleware capabilities.

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.

Example:

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

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.Middleware

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 Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
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
11.0.0-beta.7 38 2/26/2024
11.0.0-beta.5 45 2/21/2024
11.0.0-beta.4 37 1/31/2024
11.0.0-beta.3 35 1/31/2024
11.0.0-beta.2 40 1/30/2024