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

Refactor/ useCallback, React.memo를 활용한 랭크 컴포넌트 및 페이지 최적화 #226

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

Steadystudy
Copy link
Member

📌 설명

  • useCallback, React.memo를 사용해 함수 재사용

🎨 구현 내용

  • RankFirstInfo 컴포넌트 React.memo로 감싸기 => props가 바뀌었는지 혹은 바뀌지 않았는지 알아내서 리렌더링 성능 최적화
  • RankPage 함수 재사용해서 성능 최적화

✅ 중점적으로 봐줬으면 하는 부분

  • useCallback, React.memo 사용이 적절한지?

🚀 연관된 이슈

closed #224

@Steadystudy Steadystudy added the refactor 코드 리팩토링 label Jul 3, 2022
@Steadystudy Steadystudy self-assigned this Jul 3, 2022
@netlify
Copy link

netlify bot commented Jul 3, 2022

Deploy Preview for jolly-sable-e82574 ready!

Name Link
🔨 Latest commit 449ca61
🔍 Latest deploy log https://app.netlify.com/sites/jolly-sable-e82574/deploys/62c46588d8f8c10009b43651
😎 Deploy Preview https://deploy-preview-226--jolly-sable-e82574.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

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.

Refactor/ rankPage 최적화
1 participant