본문 바로가기
IT/안드로이드

jetpack compose 에서 MutableStateFlow vs MutableState

by DOSGamer 2023. 2. 16.
반응형

Jetpack compose 에서 Viewmodel 과 composite 에서 

MutableStateFlow 와 MutableState 사용의 차이점이 궁금했었는데

https://proandroiddev.com/viewmodels-using-compose-mutablestateflows-or-mutablestates-64d34ba548c5

 

ViewModels using Compose: MutableStateFlows or MutableStates?

State hoisting is an important concept useful to make a Composable stateless (and so easily reusable). The official Compose documentation…

proandroiddev.com

정리 잘된 포스트가 있어서 공유 합니다.

 

나중에 헷갈릴 때 다시 보려고 남겨둡니다.

반응형