Description
I like to separate State and UiState which contains strings, colors, and so on. To make this mapping we need to have reference to context. When we subscribe to state we could pass uiMapper with current context (LocalContext.current in case of Compose, or just context in case of fragments).