torhovland / blazor-redux

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

Upgrade to Blazor 0.9.0. #18

Open david-nordvall opened 5 years ago

david-nordvall commented 5 years ago

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 (which are actually the same thing, just re-branded).

The upgrade is not complete as at least the following is missing:

Other than that, everything seems to work :-).

david-nordvall commented 5 years ago

DevToolsInterop is now refactored and LogToJs() enabled once more.