Relative Content

Tag Archive for wpffluxor

Fluxor with WPF

I have a legacy WPF application that’s been converted to .NET 8. Everything works great, except the singletons we have in the app, which will not transfer easily to a Blazor Server App. I was able to spin up a Blazor App with the preexisting libraries and utilize Fluxor to manage state. And this works great.