mcpiroman
11/25/2021, 5:13 PMLazyColumn
), but because the tree itself is very complicated and reactive, I would also like to use compose-runtime to manage its nodes.
I.e. I want to use the compose with custom `NodeApplier`to generate nodes of the tree that I then take and display with the standard (in my case desktop)-compose.
Can it be somewhat easily achievable? There is something called sub-composition
, the `Composition`function also takes a parent `CompositionContext`but I don't quite know how to glue that together. I have looked at https://github.com/JakeWharton/mosaic/ but it uses the compose-runtime standalone, while I want it kind of 'nested'.Zach Klippenstein (he/him) [MOD]
11/25/2021, 7:45 PMmcpiroman
11/25/2021, 8:03 PMZach Klippenstein (he/him) [MOD]
11/25/2021, 8:43 PMtad
11/25/2021, 8:44 PMmcpiroman
11/25/2021, 8:46 PMZach Klippenstein (he/him) [MOD]
11/25/2021, 9:00 PMmcpiroman
11/25/2021, 9:17 PMApplier
. And so far it indeed works nicely (except it doesn't - I get some weird results when expanding and collapsing the nodes but at least it is responsive!)Zach Klippenstein (he/him) [MOD]
11/25/2021, 10:01 PMmcpiroman
12/23/2021, 7:22 PM