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

Connecting a Redux state store with Blazor.

Results 11 blazor-redux issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.AspNetCore.All](https://github.com/aspnet/AspNetCore) from 2.1.5 to 2.1.15. Release notes Sourced from Microsoft.AspNetCore.All's releases. .NET Core 2.1.15 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.803 CLI...

dependencies

I always got the following error: ``` Error: System.ArgumentException: The assembly 'blazor.redux' does not contain a public invokable method with [JSInvokableAttribute("DevToolsReady")]. at Microsoft.JSInterop.Infrastructure.DotNetDispatcher.GetCachedMethodInfo (Microsoft.JSInterop.Infrastructure.DotNetDispatcher+AssemblyKey assemblyKey, System.String methodIdentifier) in :0 at...

Hi, Is there any plan to update the package to compatible with new released Blazor Version? That is very useful tool for Blazor App. Thanks

First stab at upgrading to .NET Core 3.0 and Blazor 0.9.0. The major change in Blazor 0.9.0 compared to Blazor 0.7.0 is the move to Razor Components from Blazor Components...

so server-side Blazor apps do not share the same store across clients.

This fixes using BlazorRedux in server-hosted Blazor apps (for instance, Blazor.platform is not available for server-hosted apps since those use blazor.server.js) Applied 0.5.0 improvements for interop: - added JSInvokable for...

I want to avoid using inheritance (@inherits MyAppComponent) because my pages and components often already use inheritance. (Plus we favor composition anyway right?) Most of my pages inherit from class...

Hi, In react/redux I use Redux Logger to log the actions to console in development. I was wondering if you have a plan to allow middleware or maybe just build...

I have been using Redux in React for a while now. In my C# code I consider a switch statement a code smell. I know they use them Redux but...