Fluxor + C#9 – Redux Pattern in Blazor WebAssembly

Redux pattern is well-known in front end development to represent a view with complex logic with an immutable state, updated by a predictable pure function. In this lightning talk, Chris will discuss how to implement the redux pattern in a Blazor WebAssembly project using Fluxor with the latest .NET 5 and C# capabilities to implement…

Read More