Would it make sense to create (and dispose with `D...
# compose
d
Would it make sense to create (and dispose with
DisposableEffect
) a
Composition
in the
skippableUpdate
parameter of
ComposeNode
?
Or the more general question I guess, of just creating resources in
skippableUpdate
.