Skip to content

mauzer/blazor-state

 
 

Repository files navigation

Blazor-State

Build Status nuget nuget

Blazor-State is a State Management architecture utilizing the MediatR pipeline.

Documentation

See the GitHub pages site for Documentation

Installation

Blazor-State is available as a Nuget Package

dotnet add package Blazor-State

Acknowledgements

Jimmy Bogard (MediatR). Jimmy is an amazing developer and a knowledge sharer.
Through his course at 11x Engieering, his many blog posts on Los Techies and now JimmyBogard.com. I have learned great amounts.

Peter Morris (Blazor-Fluxor). Pete and I have been friends for many years and he is an amazing developer and person who has taught me much. Not surprisingly Pete and I think much alike. We independently started working on our State Management components. Although I started first :P (By like a few days) Pete's component attempts to solve most of the same problems. Blazor-State draws on the strengths of a proven pipeline in MediatR where as Fluxor implements its own middle-ware.
If Blazor-State does not meet your needs be sure to checkout Fluxor.

Unlicense

The Unlicense

Contributing

Time is of the essence. Before developing a Pull Request I recommend opening an issue for discussion.

Please feel free to make suggestions and help out with the DocFx documentation. Refer to Markdown for how to write markdown files.

Contact Me.

Sometimes the github notifications get lost in the shuffle. If you file an Issue and don't hear from me in 24-48 hrs feel free to ping me on twitter(StevenTCramer) or Discord (StevenTCramer#9010).

About

Manage client side state in Blazor using MediatR pipeline.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 89.1%
  • TypeScript 3.8%
  • HTML 3.7%
  • JavaScript 1.3%
  • PowerShell 1.1%
  • CSS 1.0%