jasontaylordev / CleanArchitecture

Clean Architecture Solution Template for ASP.NET Core
MIT License
16.97k stars 3.64k forks source link

Add Blazor Support #1094

Open roxas0zero opened 9 months ago

roxas0zero commented 9 months ago

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.

mwolfaardt commented 7 months ago

Yes please!!

MilkyA101 commented 7 months ago

Please

jasontaylordev commented 7 months ago

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.

MilkyA101 commented 7 months ago

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.

frostholm commented 6 months ago

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

neozhu commented 6 months ago

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.

roxas0zero commented 6 months ago

I would like to see Blazor SSR support