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] API 중복 호출 방지 #401

Open
2 tasks done
rbgksqkr opened this issue Nov 18, 2024 · 0 comments · May be fixed by #402
Open
2 tasks done

[REFACTOR] API 중복 호출 방지 #401

rbgksqkr opened this issue Nov 18, 2024 · 0 comments · May be fixed by #402
Assignees
Labels
🫧 FE front end 🛠 fix 버그 ♻️ refactor 리팩토링

Comments

@rbgksqkr
Copy link
Contributor

rbgksqkr commented Nov 18, 2024

Description 💭

  • 네트워크 환경이 느릴 경우 또는 모바일 환경에서 빠르게 터치할 경우 API가 중복 호출되는 문제를 막아야 한다.
  • useEffect에서 실행하는 API와 선택 완료 버튼을 눌렀을 때 실행하는 API 중복 호출을 막아야 한다.

TODO ✅

  • 한 이벤트에서 API 중복 호출 방지
  • API 중복 호출 방지

Reference 🔎

@rbgksqkr rbgksqkr added the ♻️ refactor 리팩토링 label Nov 18, 2024
@rbgksqkr rbgksqkr self-assigned this Nov 18, 2024
@rbgksqkr rbgksqkr added the 🫧 FE front end label Nov 18, 2024
@rbgksqkr rbgksqkr added the 🛠 fix 버그 label Nov 18, 2024
@rbgksqkr rbgksqkr linked a pull request Nov 18, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🫧 FE front end 🛠 fix 버그 ♻️ refactor 리팩토링
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant