Blazor #191
Blazor #191
Comments
Is this dead ? Can someone else give it a go ? |
Try this: https://github.com/burke166/blazor-client-side-realworld-example-app I can't fork directly from the original because I created a fork for the server-side app. There are also a lot of changes to Blazor from 0.3 to now, so the structure is somewhat different. |
Guys: Why the Blazer.net demo app taking so long to load compare to React demo (see here https://github.com/gothinkster/realworld)? Is it Blazor.net "Server" version that create this "loading..." delay? Hoping C# will be able to challenge React or Angular speed one day! |
@HugoDoyon, have a close look at the network tab in chrome. You'll see that the app is just HUGE compared as it needs to download the mono WASM runtime... |
@HugoDoyon Indeed, perhaps in the near future. They addressed this in one of the Blazor sessions. |
Following up on this. From the looks of the two previously linked repos in this thread, it seems that both projects have been somewhat abandoned. I'd like to offer up my implementation using the latest version of .NET Core: Repo: https://github.com/joey32793/BlazorConduit While I'm positive there's still some work to do (currently at |
Codebase in progress:
https://github.com/torhovland/blazor-realworld-example-app
If you'd like to help out, you're welcome!
Demo:
https://blazor-realworld.azurewebsites.net
The text was updated successfully, but these errors were encountered: