-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
Hello we are currently moving all work in progress to Github Discussions. Thanks for your contribution ! |
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: