DEV Community

Görkem Kara
Görkem Kara

Posted on

Mastering @Stable in Jetpack Compose for Better UI Performance

Image description
Mutable objects often lead to unexpected UI updates in Jetpack Compose. By using @Stable, you can control when and how recompositions happen, ensuring a smoother experience.

But how exactly does @Stable work, and when should you use it over @Immutable?

Discover all the details in my full guide: Jetpack Compose: Immutable vs Stable

Top comments (0)