Why https://www.fluentui-blazor.net/ homepage not implement percomponent rendering server+client+server? It will be a great showcase. #3918
Replies: 2 comments 2 replies
-
I'm not sure how big of a team you think we are, but we just do not have any time or resources to do something like this. Also, I don't think it is part of what we are supposed to do. The demo and documentation site is doing exactly what it should do at the moment: displaying documentation and showing the components in action. Showcasing general Blazor site building techniques is not our goal. I believe that is more something for the Blazor team (which we are not part of!) to do. |
Beta Was this translation helpful? Give feedback.
-
@antonius-ivan If you want to see a demo of using Blazor Server, I have done one here: https://github.com/coderdnewbie/FluentUITailwind4Demo. Its focus is on integration of blazor, FluentUI theming and Tailwind, but there was not much interest in it, so I doubt there will be interest in your suggestion. However it may give you ideas. It was a lot of effort when there is no interest. here is a screenshot: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Vincent. Why https://www.fluentui-blazor.net/ homepage not implement percomponent rendering server+client+server? It will be a great showcase.
Vincent: because we need a simple as possible hosting solution. For us that currently is WASM on Azure Static Web Apps
It's just a discussion, i watched a lot Dan Roth targeting several market with Blazor.
and based on my market research blazor. The Blazor market is developers and businesses looking for a .NET-based web framework that enables interactive web applications using C# instead of JavaScript.
Blazor Server (easy) /Blazor WebAssembly(Easy/small) -> Blazor Interactive (medium/medium size) -> Fluent UI React (Heavy Resource, Large Scale, Custom Interactivity)
So The Target Market is a small/medium size company or developer teams. Usually the small/medium size company or developer teams will grow.
so if the maximum scale of blazor is Blazor Interactive (medium/medium size).
Usually people in small/medium size company or developer teams will develop with Blazor Web App Mix (wether they turn interactive or not). Based on my argument. Is it not worth the effort to make the https://www.fluentui-blazor.net/ (Interactive Server+Client+Server).
Thanks Before,
Antonius Ivan
Beta Was this translation helpful? Give feedback.
All reactions