-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Sections with other features #48518
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
Sections with other features #48518
Conversation
…orBoundary and StreamingRendering interact with Sections
...ponents/test/testassets/Components.TestServer/RazorComponents/Pages/StreamingRendering.razor
Show resolved
Hide resolved
src/Components/test/testassets/BasicTestApp/SectionsTest/SectionsWithCascadingParameters.razor
Outdated
Show resolved
Hide resolved
This reverts commit a1f6596.
|
@surayya-MS Thanks for the reminder about this. I'm looking through it now. |
…omponentState construction so it never has to change
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.
Excellent! This is a tricky area so I'm really glad you were able to figure out all the details. And the simplified implementation of sections (eliminating various internal interfaces) is much cleaner too.
Sections with other features
Description
See API Proposal for complete description.
Fixes #47621