79348330

Date: 2025-01-11 15:02:23
Score: 1
Natty:
Report link

Kindly make your question clearer. Possibly share some code.

But from what I understand from your question, Recomposition is not a bad thing, but to reduce it there are some things you have to understand.

  1. Pass only the data that is needed to your composable.
  2. Understand that List is mutable and it will cause recompositions, so use Lazy versions of containers to efficiently handle changes.

These are what I know from top of my head from what I understand from your question. But read Official Documentation and this Article

Reasons:
  • Blacklisted phrase (1): this Article
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: KingOfTheNorth