New to Compose, but have done AWT, Swing, GWT, Web (of course), and interested in Fyne (GoLang), JavaFX. In the ones I've actually used, each "component" could access the "parent component" (walk the directed graph, e.g. DOM), is that possible with compose?
Generally if a parent wants to make its own services available to child components, it should pass those dependencies to children as explicit parameters rather than having the children query parents for them
Adam Powell
01/28/2022, 4:14 PM
the characteristics of lambda capture often make explicit dependency parameters across layers unnecessary