Arjan van Wieringen
06/19/2022, 2:26 PMState
as input of your root composable and have all subcomposables take either directly some subelements of that state or some derivedState
? I can imagine that the runtime will trigger a recalc on the root component every time the top-level state is changed and this might be suboptimal.Stylianos Gakis
06/19/2022, 9:12 PMArjan van Wieringen
06/20/2022, 5:49 AMmyanmarking
06/20/2022, 10:10 AM