FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

TimeWarpEngineering/timewarp-state: A Blazor State management library by TimeWarp. · GitHub

Latest commit

 

History

3,400 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeWarp.State

TimeWarp.State (previously known as Blazor-State) is a fully asynchronous state management library for Blazor applications, leveraging the res pipeline to implement the Flux pattern. It handles both Reducers and Effects consistently using async Handlers, simplifying the management of asynchronous operations throughout your app.

By utilizing the TimeWarp.Mediator pipeline, TimeWarp.State enables a flexible, middleware-driven architecture for managing state, similar to the request-processing pipeline in ASP.NET. This approach allows developers to inject custom behaviors, such as logging, validation, and caching, directly into the state management flow.

In addition to the core library, we offer TimeWarp.State.Plus, which extends the functionality with enhanced middleware, components, and tools to further streamline state management in complex Blazor applications.

Give a Star! ⭐

If you find this project useful, please give it a star. Thanks!

Getting Started

I recommend the tutorial for a step-by-step guide to building a Blazor app with TimeWarp.State.

See full documentation.

Installation

dotnet add package TimeWarp.State
dotnet add package TimeWarp.State.Plus

Check out the latest NuGet packages on the TimeWarp Enterprises 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.

About

A Blazor State management library by TimeWarp.

Topics

Resources

Stars

612 stars

Watchers

16 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL