mikeppcom
mikeppcom
Will this PR be in beta#3/V6? We make heavy use of Fluxor and are moving to a .NET8 hybrid Blazor server/client render model and are facing the issue that actions...
Jason, There isn’t an issue with Fluxor as such. If you’re using it with a web app you need to initialize it in the routes component with a render mode....
Hi Peter, In server project do you have the code to enables the new interactive render mode // Add services to the container. builder.Services.AddRazorComponents() .AddInteractiveServerComponents() .AddInteractiveWebAssemblyComponents(); Fluxor works fine in...
Hi Pete, The difference between our test cases is that you have Fluxor in the client part whereas I have it in the server part. If you run the PoCServerAndClient_Fail...
We have a Blazor server project that been running for several years that uses lots of Fluxor. We are now adding a new function that requires a single component to...