MoienTajik / AspNetCore-Developer-Roadmap

Roadmap to becoming an ASP.NET Core developer in 2024

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What about Razor Component?

iAmBipinPaul opened this issue · comments

Razor component is official now it it will ship officially with .NET Core 3.0 (ASP.NET Core 3.0)
https://docs.microsoft.com/en-us/aspnet/core/client-side/spa/blazor/?view=aspnetcore-3.0#components

Where do you think we can put that?

I see you have mentioned Razor pages a and MVC here in ASP.NET Core Basics
image

Not sure but may be we can have another node connected to Root node as Client side and there we can have two child

  1. Razor Component
  2. Blazor

Like here

We can have client side and two node connected with that (Razor Component and Blazor)

image