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

[Refactoring] input태그 입력시 delay 해결 #122

Open
1 of 6 tasks
MartinLeeSJ opened this issue Aug 30, 2021 · 1 comment
Open
1 of 6 tasks

[Refactoring] input태그 입력시 delay 해결 #122

MartinLeeSJ opened this issue Aug 30, 2021 · 1 comment
Assignees

Comments

@MartinLeeSJ
Copy link
Collaborator

ISSUE

  • Type:
  1. Error Handling
  2. Enhancement
  3. Add new feature
  • Detail:
  1. 현재상황 : 프로젝트 전체의 input태그에서 입력할때 미세하게 delay가 발생하는 상황.
  2. 작업방향 : 원인을 찾아 해결.

Work

  1. LoginModal.js 인풋 딜레이 해결
  2. SignUpModal.js 인풋딜레이 해결
  3. 나머지 컴포넌트들도 문제가 있는지 검사 후 해결
@MartinLeeSJ MartinLeeSJ self-assigned this Aug 30, 2021
@MartinLeeSJ
Copy link
Collaborator Author

input태그의 코드 자체에는 딜레이를 발생하는 부분이 없었습니다.

원인규명을위해 실험한 결과 랜딩페이지에서의 인풋 딜레이가 심했고, 다른페이지에서는 딜레이가 없었습니다.

랜딩페이지에서 사용되는 리액트 리빌, 여러 gif이미지들을 렌더링하느라 delay가 생기는것이라 판단해 landing.js의 코드를 수정하는 좀 더 근본적인 해결이 필요해 보입니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant