Android went declarative with Jetpack Compose and with that a whole new bunch of concepts, ways of do things, performance considerations and so on.
The state is one of the main components in Jetpack Compose. It helps you describe your UI. In this talk I am showing how to handle the state in multiple scenarios and best practices about it.