Jetpack Compose works well with the observer pattern and the observable capabilities can be added without much effort with mutableStateOf()
In this tutorial you can learn about how to use mutableStateOf() along with why remember block plays vital role in Jetpack Compose.