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

Document how to add Auto component rendering to a Blazor Server app in .NET 8 #30471

Closed
danroth27 opened this issue Sep 26, 2023 · 1 comment · Fixed by #30671, #30791 or #30799
Closed

Document how to add Auto component rendering to a Blazor Server app in .NET 8 #30471

danroth27 opened this issue Sep 26, 2023 · 1 comment · Fixed by #30671, #30791 or #30799

Comments

@danroth27
Copy link
Member

Some Blazor Server users may want to add WebAssembly based components to their existing apps after upgrading to .NET 8. We should document how to add the client project and how to setup components to use the WebAssembly or Auto interactive render modes.

@guardrex
Copy link
Collaborator

Related to #29505 and probably worked with it.

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