Skip to content

New blazor project taking into account blazor united #50699

Answered by marinasundstrom
FM1973 asked this question in Q&A
Discussion options

You must be logged in to vote

The new functionality in the "Blazor Web App" template is basically the evolution of what is in Blazor Server hosting mode - but with support for SSR, render modes, enhanced navigation etc. The rest of the Blazor features are available to all hosting model, incl. Blazor WASM.

So what should you start with? It depends on where you put most of your logic.

If you consider having a lot of logic on the client, start with Blazor WASM, and then you can easily attach the project to the server hosting project.

Otherwise, choose Server.

The minimal thing you will need to do, apart from learning how to deal with SSR (the harder part), is to change some things in your Program.cs.

But if you are not p…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by FM1973
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area-blazor Includes: Blazor, Razor Components
2 participants