-
Notifications
You must be signed in to change notification settings - Fork 25.3k
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
Blazor 🍖 RTM 8.0 #31004
Blazor 🍖 RTM 8.0 #31004
Conversation
> ``` | ||
> | ||
> For more information, see the [Prerendering](#prerendering) section. | ||
Alternatively, a single component instance can define a custom render mode via a private field: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SteveSandersonMS, @MackinnonBuck what will be the behavior if after rendering one component, the value of the static field changes - will the next instance of the component to be rendered use the updated render mode?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a few questions left for others to comment on. In the meantime, there is nothing else for me to block on, and we can adjust content as needed. So signing off as is. Thanks @guardrex !
Co-authored-by: Artak <34246760+mkArtakMSFT@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ICU wording is fine
Addresses #28161
Fixes #30394
NOTES
Internal previews
Toggle expand/collapse
QuickGrid
component[JSImport]
/[JSExport]
interop with ASP.NET Core Blazor