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

회원가입 페이지 input 성능개선 #243

Open
choi2021 opened this issue Feb 24, 2022 · 1 comment
Open

회원가입 페이지 input 성능개선 #243

choi2021 opened this issue Feb 24, 2022 · 1 comment
Assignees
Labels
⚙️ 리팩토링 코드 리팩토링을 진행합니다 💻 개발 개발에 대한 이슈를 작성합니다 🥉 우선순위 - 낮음

Comments

@choi2021
Copy link
Contributor

목적

회원가입 페이지에 input들을 작성할 때 계속해서 re-rendering되어지는 문제가 있습니다.

작업 목록

참고 사항

useCallback사용은 input이 업데이트 안되는 문제가 onclick, onSubmit은 input의 value를 useRef로 받아올 수 없는 문제가 있었습니다.
다른 방안을 고민하겠습니다.

@choi2021 choi2021 added 💻 개발 개발에 대한 이슈를 작성합니다 ⚙️ 리팩토링 코드 리팩토링을 진행합니다 labels Feb 24, 2022
@choi2021 choi2021 self-assigned this Feb 24, 2022
@gpgun0
Copy link
Contributor

gpgun0 commented Feb 26, 2022

성능 최적화 이슈는 우선순위를 낮추도록 하겠습니다.

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

2 participants