This article suggest that we should pass all param...
# compose
d
This article suggest that we should pass all parameters with lambdas (among the other things) to optimize performances with compose. Edit: what I'm asking is "when is OK (performance wise) for a Composable to not be skippable" From what I understood tho': 1) recomposition is not really an issue if it happens in an "empty" function that just pass parameters to other composables without actually drawing any UI 2) the in-between composables that do not use parameters directly but just pass them down to other composables will be skipped. Are my 2 assumption above false? Is the article right? Thanks https://t.co/9kC6BaTJbi