Woah… <https://twitter.com/intelligibabble/status...
# compose
z
m
What does that mean in practice? What would be a real world use case for that? 🙂
a
This makes me very happy to see being worked on 😄 I've been experimenting a lot with having business logic nodes drive compose, and it ended up looking kind of similar 🙂 https://github.com/adrianblancode/Cheddar/blob/master/matryoshka/src/main/java/co/adrianblan/matryoshka/node/Node.kt
k
Interesting...could have server side generated UI with this... 🙂
s
I did an experiment with this some time ago 🙂 https://github.com/ShikaSD/compose-server-side
c
Why not do the tree classes with ADTs?