blazor-state icon indicating copy to clipboard operation
blazor-state copied to clipboard

A Blazor State management library by TimeWarp.

Results 17 blazor-state issues
Sort by recently updated
recently updated
newest added

Anytime a handler mutates the state, any component that gets state properties and inherits from `BlazorStateComponent` will automatically rerender. Right? So that means that any component that depends on one...

I'm wondering what the reasoning is behind this nested class convention? I have a 'clean-architecture' setup in my application with a core project which defines Mediatr requests/notification/handlers etc... I have...

It looks (for me) this project cannot use Unlicense license because one of its dependencies (AnyClone) is released under GPL license. So this makes this project GPL as well.

After implementing the same state management using both Fluxor and Blazor-State, it strikes me that the most significant difference is that Blazor-State combines the notions of Reducers and Effects into...

Microsoft.Extensions.DependencyInjection not supports lazy service registration, but in this case that would be useful. Do you have any ideas, how to solve this issue

Added virtual function OnStateSet to allow a subscriber to perform work before StateHasChanged is called (a bit like OnParametersSet).

First - Kudos for the developer and contributors. I dove into the code to help more, but it entered typescript, and I was somewhat out of my depth. As far...

First I would like to thank you for your work. Blazor-State is working like a charm and makes state management super easy. Now we have created a blazor application and...