Ive been watching the .Net Conference and I am confused on the following screen shot. I am familiar with Blazor and the 2 hosting flavors, WebAssembly and Server. However, this screen shot seems to be a hybrid.
The BlazorNet5.Server looks to be a Server version of Blazor, however, the Component type is being labeled as a BlazorNet5.Client.App as well as a script reference to Blazor.WebAssembly.js which normally is blazor.server.js. Can someone explain what is going on here and what the benefits are?
