dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.47k stars 10.03k forks source link

Ability to run Blazor Server and WebAssembly components side-by-side in the same document #48032

Closed MackinnonBuck closed 1 year ago

MackinnonBuck commented 1 year ago

As part of the "Full stack web UI with Blazor" effort, one of our goals is having the ability to interleave Blazor WebAssembly and Server components in the same page, e.g., have a Server component render a WebAssembly component or vice versa. One critical aspect of this feature is allowing Blazor Server and WebAssembly components to coexist on the same page in the first place.

Part of this work will include:

A deliberate non-goal is allowing completely separate Blazor apps to exist on the same page and behave in isolation. That piece of work is tracked separately in #38128 and addresses different use cases.

MackinnonBuck commented 1 year ago

Closing this as completed in #48294. Follow-up items will be addressed as part of #48396.