recomposition_examples icon indicating copy to clipboard operation
recomposition_examples copied to clipboard

Tools & tips to learn about recomposition in Jetpack Compose

Results 2 recomposition_examples issues
Sort by recently updated
recently updated
newest added

Hi, In the tip3, I think there's a potential catch that can trigger unncessary recompositions. The declaration of the lambda at this line: https://github.com/AidaIssayeva/recomposition_examples/blob/main/app/src/main/java/com/cupsofcode/recomposition_examples/Tip3.kt#L49 When `Tip3` is recomposed, even if...

Is it really necessary to use tips6 and tips7?