What side effects do you know of when using Jetpack Compose?
Android
What are the differences between Dispatchers.IO and Dispatchers.Default in Coroutine, and in which cases is it preferable to use them?
Can you explain what Cold Flow is and how it functions in the system?
Can you explain what using derivedStateOf means in the context of state management?
Explain the differences between snapshotFlow, derivedStateOf, remember, and rememberSavable in the context of state management in Jetpack Compose.
At what stage or lifecycle of a React component is the effect launched using LaunchedEffect executed?
Can you list the types of scope used in coroutines?
What types of dispatchers can you name and how do they differ?
Do you have experience with integration and working with APIs of online mapping services?
Is it possible to use multiple keys in the LaunchedEffect construct for simultaneous control of effects?
What popular patterns of using Flow inside coroutines do you know?
What is the main task of the FlowRow component and in what cases is it used?
What side effects can be associated with the lifecycle stages of a function or object?
What is the difference between using SharedFlow and StateFlow in reactive data streams?