Trying to create a server-driven theme system, and would like to measure where recompositions occur ...
t
Trying to create a server-driven theme system, and would like to measure where recompositions occur when some theme components are changed. Whatโ€™s the best way to detect recompositions? Something like using
SideEffect
etc, and putting logs in it, or something?
๐Ÿ‘ 2
๐Ÿ‘๐Ÿผ 1
t
I found this not so long ago but haven't tested it yet.
t
Oh nice!! Thanks @Tobias Suchalla, will check this out! ๐Ÿ™๐Ÿผ