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

불필요하게 리렌더링되는 컴포넌트 메모이제이션 #306

Merged
merged 2 commits into from
Jun 28, 2024

Conversation

bomi8489
Copy link
Contributor

📑 이슈 번호

#305

🚧 구현 내용

불필요하게 리렌더링되는 컴포넌트 메모이제이션하였습니다.

수정 전

rerender1

수정 후

rerender2

🚨 특이 사항

메인 화면에서 부모컴포넌트의 state가 변경될때 마다 스페이스 리스트 컴포넌트의 불필요한 리렌더링이 과도하게 발생하여 컴포넌트 메모이제이션을 하였습니다.

@bomi8489 bomi8489 added the 🔨 Refactor 리팩토링 label Jun 28, 2024
@bomi8489 bomi8489 self-assigned this Jun 28, 2024
@bomi8489 bomi8489 merged commit 8d2b599 into develop Jun 28, 2024
1 check passed
@bomi8489 bomi8489 deleted the feature/#305/unnecessary-rerender branch June 28, 2024 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant