-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Add Blazor Support #1094
Comments
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 |
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 |
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.
The text was updated successfully, but these errors were encountered: