The Wayback Machine - https://web.archive.org/web/20211105181907/https://github.com/dotnet/aspnetcore/issues/38128
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to run multiple Blazor server / Web assembly apps in the same document #38128

Open
javiercn opened this issue Nov 5, 2021 · 0 comments
Open

Comments

Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
@javiercn
Copy link
Contributor

@javiercn javiercn commented Nov 5, 2021

It's interesting for us to consider running Blazor Server and WebAssembly applications in the same document as well as being able to mix them on the same apps. We've heard feedback that some people don't want to have some "proprietary business logic" on the client, and this offers a way to to do so. In the same vein, we can expect larger apps developed by several teams to run into conflicts on the versions used by their apps. Being able to run multiple blazor versions on the document, avoids this problem at the cost of increased app size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment