-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
출시 후 해야할 일 #70
Comments
이거 넥나잇에 할 일에 있던거고 형이 좀 분리해놨긴 했는데, 같이 얘기는 안했던거 같아서 넣어놨어 |
droidknights/DroidKnightsApp#227 https://sungbin.land/a-deep-dive-into-jetpack-compose-stability-38b5b109da71 https://getstream.io/blog/jetpack-compose-guidelines/ https://medium.com/androiddevelopers/jetpack-compose-stability-explained-79c10db270c8 https://issuetracker.google.com/issues/238057117 활용 예시 |
https://github.com/droidknights/DroidKnights2023_App |
ksp migration references) |
현재는 반다라트 목록을 persistentList로 선언해둔 상태인데 그 리스트의 변화가 빈번하게 발생하지 않으므로 immutableList 를 사용하는게 더 적절할듯 |
하위 컴포저블에 uiState 를 전달해주지 않고 uiState.title 과 같이 필요한 변수를 전달하는 방향으로 해서 하위 컴포저블이 안정하도록 변경 |
https://www.youtube.com/watch?v=njchj9d_Lf8&t=774s 이벤트(One-Time-Event) 와 상태(State)를 구분할 것(분리) |
The text was updated successfully, but these errors were encountered: