kekekeks / NObservable

MobX like observable state management library with Blazor support
MIT License
68 stars 7 forks source link

Does not work with a Blazor 3.1 preview #5

Open dbulic opened 4 years ago

dbulic commented 4 years ago

Relies on Blazor.Cli last updated in March last year and Blazor.Browser last updated in July 2018.

kekekeks commented 4 years ago

If there is interest in using NObservable, I could update it to work with the latest blazor.

Note that there are currently threading issues with server-side blazor since it invokes component callbacks on a random thread from the pool.

JohnLouderback commented 4 years ago

I am definitely interested. I have been searching for exactly this. I really like using MobX with Vue and taking those patterns to C# would be fantastic. I'm using server but also have interest in trying to get it working with the Xamarin Blazor bindings.