Blazor lifecycle diagram and coverage#19543
Conversation
|
@guardrex I think all of the changes you proposed sound good, except the addition of the SetParametersAsync in the first image during the property injection step. I don't think those are really related. @SteveSandersonMS Component disposal isn't currently included in these diagrams. Other community diagrams that I've seen include it. Should we as well? I think it's also import that include some mention of how Blazor evaluates whether a child component should be rendered on subsequent renders. High level, if the parameter values can be guaranteed to be the same then the child component won't be rendered. @SteveSandersonMS Do you agree that these details should be included? If yes, could you please provide the specifics? |
|
UPDATE: I have the file. Thanks, Dan! |
|
@danroth27 ...
If these images look good or I can make one more set of edits after your feedback, let me know how many (or if all) of the attached reviewers need to sign off before I can proceed with merging. 👂 Latest images are on the PR. |
Fixes #16287
Internal Review Topic