Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created November 9, 2025 07:20
Show Gist options
  • Select an option

  • Save skydoves/e0eb228864fddad217dbde02e8e4196b to your computer and use it in GitHub Desktop.

Select an option

Save skydoves/e0eb228864fddad217dbde02e8e4196b to your computer and use it in GitHub Desktop.
TraceRecomposition4
@TraceRecomposition(tag = "checkout", threshold = 10)
@Composable
fun CheckoutScreen() {
// If this recomposes 10+ times, something is wrong
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment