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

Mixing Blazor WebAssembly and Blazor Server Pages in same application #37131

Closed
nssidhu opened this issue Sep 30, 2021 · 4 comments
Closed

Mixing Blazor WebAssembly and Blazor Server Pages in same application #37131

nssidhu opened this issue Sep 30, 2021 · 4 comments
Labels
area-blazor Includes: Blazor, Razor Components enhancement This issue represents an ask for new feature or an enhancement to an existing one
Milestone

Comments

@nssidhu
Copy link

nssidhu commented Sep 30, 2021

I happen to come across Q & A in old Blazor Presentation by Ryan Nowak
@ 45.55 second
https://youtu.be/SbFLKt8eSXk?t=2742

Is there any update on how to do that ? What would routing look like which could handle both the wasm and server scenario ?

In my Blazor Hosted wasm app, I have need to send URL in SMS to the user and user can click the URL,
but this time instead of loading entire Blazor WASM, I want a server side page to run and just render the HTML, instead of download the entire APP.

I think it is great idea to allow such functionality as maximum of the boiler plate code is already written on the server App and would prevent deploying the entire server app again as Blazor Server again on Azure APP service. This also introduces maintenance headaches.

@javiercn javiercn added the area-blazor Includes: Blazor, Razor Components label Sep 30, 2021
@mkArtakMSFT mkArtakMSFT added the enhancement This issue represents an ask for new feature or an enhancement to an existing one label Sep 30, 2021
@mkArtakMSFT mkArtakMSFT added this to the Backlog milestone Sep 30, 2021
@ghost
Copy link

ghost commented Sep 30, 2021

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@mkArtakMSFT
Copy link
Member

Thanks for contacting us. Unfortunately, we still don't have a good story for this.

@Xyncgas
Copy link

Xyncgas commented Sep 30, 2021

I guess you could still do it somehow without the support from microsoft (using supported tools), by serving client side mono and letting user to interact with it, while signalR updating your dom rendered on the server

@pranavkm
Copy link
Contributor

Closing this since we're tracking this work as part of #38128.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components enhancement This issue represents an ask for new feature or an enhancement to an existing one
Projects
None yet
Development

No branches or pull requests

5 participants