jasontaylordev / CleanArchitecture

Clean Architecture Solution Template for ASP.NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Blazor Support

roxas0zero opened this issue · comments

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

Describe the solution you'd like
Add Blazor Static SSR/Server/Client support please.

Yes please!!

Please

Let's get specific everyone. What kind of Blazor support would you like? It would be trivial for example to add support for Blazor WebAssembly, as a frontend client like Angular or React. With this approach, Blazor, Angular, and React are the front ends and ASP.NET Core API is the back end. There is no server-side capability on the front end.

Of course, Blazor supports other hosting models such as Server and Hybrid. If you would like one of these models then this would require more thought and effort.

Keen to hear your comments and thoughts, and share anything that's on your mind regarding adding Blazor support to this template.

I appreciate your work, I think with the growing popularity of Blazor, it is more common that developers from the .Net world would gravitate to Blazor. Especially server or the new hybrid. I am working on a production Blazor server project with Clean Architecture and it would be a lot more helpful if this template integrated it without the necessity of using an API in between.

personally i would like a example with Blazor SSR, using different kinds of rendering, fx streaming, interactive, using identity, and using entity framework context factory withing a repository pattern using specifications

personally i would like a example with Blazor SSR, using different kinds of rendering, fx streaming, interactive, using identity, and using entity framework context factory withing a repository pattern using specifications

Are you by any chance referring to my open source project? Check it out here: https://github.com/neozhu/CleanArchitectureWithBlazorServer.

I would like to see Blazor SSR support