Skip to content
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

RenderMode names really hard to explain and confused a lot beginners. #58023

Closed
1 task done
FireTruck007 opened this issue Sep 23, 2024 · 1 comment
Closed
1 task done
Labels
area-blazor Includes: Blazor, Razor Components ✔️ Resolution: Answered Resolved because the question asked by the original author has been answered. question Status: Resolved

Comments

@FireTruck007
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

For example:
InteractiveServer = prerender + InteractiveServer(prerender:false).
null = prerender/SSR

These are hard to explain to new programmers and not good for attract people to use blazor.

Describe the solution you'd like

It would be better if the names are more clearly to understand. Such as:

  1. SSR
  2. Server : mode that without prerender
  3. WASM : mode that without prerender
  4. MixServer : (= SSR + Server).
  5. MixWASM : (= SSR + WASM).
  6. MixAuto : (= SSR + Server + WASM)

Additional context

No response

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-blazor Includes: Blazor, Razor Components label Sep 23, 2024
@javiercn
Copy link
Member

@FireTruck007 thanks for contacting us.

There's a learning curve to every concept and it's not clear to us that your proposal is better to the current framework implementation. In addition to that, this is not something that we can act on, as even if we wanted to change it, it would result in more confusion and bigger problems at that point.

@javiercn javiercn added question ✔️ Resolution: Answered Resolved because the question asked by the original author has been answered. labels Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components ✔️ Resolution: Answered Resolved because the question asked by the original author has been answered. question Status: Resolved
Projects
None yet
Development

No branches or pull requests

2 participants