torhovland / blazor-redux

Connecting a Redux state store with Blazor.
Other
481 stars 48 forks source link

Update interop #16

Open pver opened 5 years ago

pver commented 5 years ago

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:

pver commented 5 years ago

@torhovland forgot to mention: this can be merged separately from my other PR (#15) If you need more info about this or have any remarks, feel free to let me know!