Hi everybody! I’m pretty new to compose and thinki...
# compose
j
Hi everybody! I’m pretty new to compose and thinking of making it work outside of Android. And I have a question: does Compose runtime perform positional memoization for EVERY Composable function? Or is it only opt-in behavior of
remember
?