Michal Bacik
10/31/2019, 8:19 PM@Composable
functions (or result that they create on UI tree)?
Widget, node, component or else?Luca Nicoletti
10/31/2019, 8:26 PMComponentNode
?jim
10/31/2019, 8:26 PMLuca Nicoletti
10/31/2019, 8:29 PMresult that they create on UI tree
part 😛Michal Bacik
10/31/2019, 8:29 PMjim
10/31/2019, 8:29 PMemittable
or node
is perfectly reasonable 🙂Luca Nicoletti
10/31/2019, 8:33 PMMichal Bacik
10/31/2019, 8:34 PMView
is, so it should be crystal clear what single item is in Compose UI.Luca Nicoletti
10/31/2019, 8:35 PMEmittable
and its implementations are what you’re looking forPablichjenkov
10/31/2019, 8:44 PMMichal Bacik
10/31/2019, 8:50 PMEmittable
. We're given @Composable
annotation, that's all that is common for these "widgets".jim
10/31/2019, 9:36 PMLayoutNode
(which is a ComponentNode
) that ComposeUI uses to determine positioning and clipping information.Leland Richardson [G]
10/31/2019, 9:49 PMComponentNode
and its subclassesPablichjenkov
10/31/2019, 9:55 PMComponentNode
🤔 interesting. Thank you all.
Is there any documentation about how the measurement and layout of these Nodes work yet?
Just for general culture.Leland Richardson [G]
10/31/2019, 9:59 PMPablichjenkov
10/31/2019, 10:02 PMFudge
10/31/2019, 10:35 PMSomeone here in the channel (🧌 ) doesn’t like more than 1 way to address things, so, first thing first: set a name and make it const valIt’s nice to know my principles are holding up. There should be an agreed way to address it. Widget is for Flutter , Component is for react, composable has too many syllables, so there isn’t a best answer I can suggest though.
Pablichjenkov
10/31/2019, 10:43 PMEmittable
sounds very streamish. Still open in the air 😸Leland Richardson [G]
10/31/2019, 11:07 PMPablichjenkov
10/31/2019, 11:56 PMComposable
fair enough.romainguy
11/01/2019, 3:41 AMLuca Nicoletti
11/01/2019, 8:36 AMView
🧌Michal Bacik
11/01/2019, 8:44 AMCompo
🙂