Best way to share data between two child components in Blazor
问题 I have this code. <ParentComponent> <ChildComponet> @renderFragment </ChildComponent> <ChildComponetn> <GridComponent Data="@dataList"/> </ChildComponent> </ParentComponent> where @renderFragment is dynamically render componet and Grid componet is list of some data with actions like "add new", "edit record", "delete". If we click "add new", form for add new record is opened dynamically in @renderFragment and we want to refresh grid data after submit form but we don't know how to share some