dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.36k stars 9.99k forks source link

'Razor component' versus 'Blazor component' in project templates #31559

Closed guardrex closed 3 years ago

guardrex commented 3 years ago

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

Feature description question

Describe the solution you'd like

The RCL project template and the WebView sample component have a components with the following markup:

<div class="my-component">
    This Blazor component is defined in the <strong>WebviewAppShared</strong> package.
</div>
<div class="my-component">
    This Blazor component is defined in the <strong>Company.RazorClassLibrary1</strong> library.
</div>

We don't currently use the naming 'Blazor component' in docs. We use 'Razor component' everywhere. I wonder if these framework components should use 'Razor component'? If not, what doc contexts should use 'Blazor component'?

Additional context

Also note that a few other spots use 'Blazor component' lingo. For example, I saw 'Blazor component model' go by in search results.

javiercn commented 3 years ago

@guardrex thanks for bringing this up.

These should be renamed to razor component

pranavkm commented 3 years ago

Could we rename this to "This component" (so we don't use either Blazor or Razor) here?

ghost commented 3 years ago

Thanks for contacting us. We're moving this issue to the Next sprint planning milestone for future evaluation / consideration. Because it's not immediately obvious that this is a bug in our framework, we would like to keep this around to collect more feedback, which can later help us determine the impact of it. We will re-evaluate this issue, during our next planning meeting(s). If we later determine, that the issue has no community involvement, or it's very rare and low-impact issue, we will close it - so that the team can focus on more important and high impact issues. To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.

adrianwright109 commented 3 years ago

I would like to take this on and create a PR - is that OK ?