Skip to content
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

Composable에서 사용하는 List의 리컴포지션 카운트 줄이기 #222

Closed
taehwandev opened this issue Aug 18, 2023 · 1 comment · Fixed by #227
Closed

Composable에서 사용하는 List의 리컴포지션 카운트 줄이기 #222

taehwandev opened this issue Aug 18, 2023 · 1 comment · Fixed by #227
Assignees
Labels

Comments

@taehwandev
Copy link
Member

composable 함수에 전달되어지는 list 사용시 리컴포지션 카운트가 1 증가합니다.

Immutable 형태로 변경하여 리컴포지션 카운터를 줄여보세요.

힌트) Kotlin collection 사용하기

@l2hyunwoo
Copy link
Contributor

🙋‍♂️

l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 19, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 19, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 19, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 19, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 19, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 19, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 19, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 19, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 20, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 20, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 20, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 20, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 20, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 20, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 20, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 21, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 21, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 21, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 21, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 21, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 21, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 21, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 22, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 22, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 22, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 22, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 22, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 22, 2023
l2hyunwoo added a commit to l2hyunwoo/DroidKnightsApp that referenced this issue Aug 22, 2023
laco-dev added a commit that referenced this issue Aug 22, 2023
[feature/#222] kotlinx.immutable collection을 활용하여 Composable의 stability 향상시키기
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants