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

웹소켓 관련 로직 분리 및 렌더링 성능 개선 #414

Closed
5 tasks
yewonJin opened this issue Dec 20, 2024 · 0 comments · Fixed by #415
Closed
5 tasks

웹소켓 관련 로직 분리 및 렌더링 성능 개선 #414

yewonJin opened this issue Dec 20, 2024 · 0 comments · Fixed by #415
Assignees
Labels
🐰🐣 FE 프론트엔드 관련 이슈/PR 추적 라벨 ♻️ Refactor 기능 추가 외 코드 변경, 코드 품질과 관련된 경우

Comments

@yewonJin
Copy link
Collaborator

yewonJin commented Dec 20, 2024

어떤 기능인가요?

  • 웹소켓 커넥션 관리를 위해 로직을 분리한다.
  • 쓰로틀링과 배치 처리를 이용한 렌더링 최적화

작업 상세 내용

  • useConnectionStore 생성
  • 소켓 연결하는 hook 생성
  • 드래그 이벤트 쓰로틀링 적용
  • 배치 처리
  • 소켓 연결 상태 표시

참고할만한 자료(선택)

@yewonJin yewonJin added 🐰🐣 FE 프론트엔드 관련 이슈/PR 추적 라벨 ♻️ Refactor 기능 추가 외 코드 변경, 코드 품질과 관련된 경우 labels Dec 20, 2024
@yewonJin yewonJin changed the title 웹소켓 관련 로직 분리 웹소켓 관련 로직 분리 및 렌더링 성능 개선 Dec 21, 2024
@yewonJin yewonJin linked a pull request Dec 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐰🐣 FE 프론트엔드 관련 이슈/PR 추적 라벨 ♻️ Refactor 기능 추가 외 코드 변경, 코드 품질과 관련된 경우
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants