User-1068797065 posted
We're planning to re-write our website in Blazor, but also taking the opportunity to break down each section into it's own Blazor project.
While we know we want each project to be WASM with PWA, we're unsure if each should be ASP.NET Core hosted (we'd prefer they all be the same).
While our apps will be hosted in Azure allowing for this, we need the client to go to the server only in certain cases.
In ASP.NET Core hosted, does every trip go to the server, or only code/pages you want? Will the convergence to .NET 5 this year change anything?
This is an important decision for us to make and to get right, and I'm not sure if you can go back and change these choices after-the-fact.
Thanks very much for any insight.