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

컴포넌트 리렌더링 최적화 #21

Open
3 tasks done
cychann opened this issue Nov 21, 2024 · 0 comments · May be fixed by #24
Open
3 tasks done

컴포넌트 리렌더링 최적화 #21

cychann opened this issue Nov 21, 2024 · 0 comments · May be fixed by #24
Assignees
Labels
enhancement New feature or request

Comments

@cychann
Copy link
Owner

cychann commented Nov 21, 2024

📝 설명

컴포넌트의 불필요한 리렌더링을 방지하고, 최적화합니다.

✅ 이슈 유형

  • 코드 리팩토링

💻 작업 내용

  • memo, useMemo, useCallback을 활용하여 컴포넌트 최적화 작업 처리
  • 상태 관리 최적화 및 업데이트 로직 개선
  • React Profiler를 활용하여 디버깅 -> 최적화 전후 성능 비교
@cychann cychann self-assigned this Nov 21, 2024
@cychann cychann added the enhancement New feature or request label Nov 21, 2024
@cychann cychann linked a pull request Nov 26, 2024 that will close this issue
3 tasks
@cychann cychann linked a pull request Nov 26, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant