https://kotlinlang.org logo
#compose
Title
# compose
t

Trevor Stone

03/13/2023, 3:03 AM
When building a set of custom Nodes for Compose, is there a reason to not use
ReusableComposeNode
instead of
ComposeNode
s

shikasd

03/13/2023, 5:51 PM
If you are building a set of custom nodes, it is likely that you won't notice any difference unless you use it with ReusableContent, which is a pretty advanced use case on its own
3 Views