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] GameRoomListItem, useEnterGameRoom #306

Open
4 tasks
loevray opened this issue Mar 24, 2024 · 0 comments
Open
4 tasks

[Refactor] GameRoomListItem, useEnterGameRoom #306

loevray opened this issue Mar 24, 2024 · 0 comments
Assignees
Labels

Comments

@loevray
Copy link
Contributor

loevray commented Mar 24, 2024

📋 개요

GameRoomListItem과 useEnterGameRoom을 리팩토링 합니다.

💻 ToDoList

  • 각 props를 하드코딩하여 렌더링하던 부분을 array.map()을 활용하여 렌더링 하기
  • 짧은 간격 클릭 방지를 위해 useEnterGameRoomdebounce추가
  • useEnterGameRoom 에러처리 명확히 하기
  • ...etc

🔍 point

  1. map 돌릴때 각 props마다 스타일을 어떻게 쥐어줄건지?
  2. debounce 시간 설정
@loevray loevray self-assigned this Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant