Match functions

Report a typo

Match functions with their use cases.

Match the items from left and right columns
mutableStateOf()
derivedStateOf()
produceState()
mutableStateListOf()
Is used to invoke recomposition on any state change.
Is used to convert observable types to State.
Is used for collections.
Is used to avoid unnecessary recompositions.
___

Create a free account to access the full topic