One of the greatest fears we face when we start with Compose is the difficulty of understanding how the recomposition system works: when Compose repaints the screen.
In general, it is an unfounded fear, as the system works very well on its own, but there are situations where we may encounter serious performance issues.
In this talk, we will see:
- What a recomposition really is
- How the recomposition system works
- How to detect problems
- What strategies to follow to solve those problems