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

Static SSR in interactive app samples #471

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

guardrex
Copy link
Collaborator

@guardrex guardrex commented Feb 4, 2025

Addresses dotnet/AspNetCore.Docs#34630
Fixes #464

@silajim and @MarkusKirschnerLumivero ...

I'll take this live to the samples repo right after it builds. There's a sample app for each of the two scenarios. Next, I'm going to go over to the article section per dotnet/AspNetCore.Docs#34630 and make some minor improvements to the coverage.

Both samples seem to work fine from here. If you run into trouble with the article text, open an issue using the Open a documentation issue link/feedback form at the bottom of the article, which adds metadata for issue tracking and pings me on the main docs repo. It's the best place for us to work documentation issues.

If you have a NIT/question for the samples (not the article text), then this is a good repo for an issue.

@guardrex guardrex merged commit 577abbf into main Feb 4, 2025
2 checks passed
@guardrex guardrex deleted the guardrex/folder-static-ssr-components-sample branch February 4, 2025 14:58
@guardrex
Copy link
Collaborator Author

guardrex commented Feb 4, 2025

One more thing tho ...... I have this in the wrong version folder. This is primarily for 8.0. For 9.0, there's a new attribute to take care of this. See ... https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-9.0#static-ssr-pages-in-a-globally-interactive-app

I'll move these samples down to the 8.0 folder in a sec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add example of mixed interactive server render mode and SSR
1 participant