Skip to content

Is Blazor officially considered frontend by Microsoft? #62720

Answered by En3Tho
zach-ganteng asked this question in General
Discussion options

You must be logged in to vote

It's a frontend framework. There are different execution models for Blazor,: broswer rendered, server rendered, web-view rendered (using Maui ot Photino).

I guess server rendered mode can be somewhat called bff because you can mix ui rendering and domain processing in the same server application while browser just gets rendered html as result.

But still that would too strong of a statement. Many modern js frameworks support server rendering. It's not like they stop being frontend frameworks and suddenly become bff-only if that was the implication.

Replies: 1 comment

Comment options

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