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

코드 리팩토링 #167

Merged
merged 7 commits into from
Nov 7, 2023
Merged

코드 리팩토링 #167

merged 7 commits into from
Nov 7, 2023

Conversation

JeonDoGyun
Copy link
Contributor

구현된 기능

  • 멘토링 7주차 내용 + 9주차 removeToken 내용 적용
  • 디렉토리 구조 변경
- pages
   - components
      - Component.tsx
   - Page.tsx
   - Vpage.tsx
   - type.d.ts

useMap에서 kakao 객체 못 찾는 에러 있어서 변수로 하나 만들어줬습니다.
안 쓰는 TestMap.tsx 삭제했습니다.
target.value에 접근하는 방식에서 멘토링 조언 수용하여 data-set 속성 활용하는 것으로 수정
input, inputGroup에도 해당 속성 사용할 수 있도록 nullable로 추가했습니다.
데이터를 패칭하는 부분만 userFetch로 가져오고, return data를 다루는 부분을 분리하도록 useMutation을 사용했습니다.
중복 확인 버튼에 Loader를 추가하면서 중복되는 state를 하나로 관리하도록 합쳤습니다.
함수에 param 포함 기능에 대한 주석 달았습니다.
type, interface를 VAC 패턴에서 dependency cycle이 발생하지 않도록 따로 파일 관리하도록 했습니다.
userAccountInfo가 있을 때 감지하는 것으로 바꿨습니다.
userAccountInfo는 로그아웃 버튼을 눌렀을 때, 모달에 나오는 로그 아웃 유지를 눌렀을 때 새롭게 쿠키를 받도록 구현했고
더 나은 방법을 고민 중입니다.
removeToken 함수를 불러서 사용할 수 있도록 변경했습니다.
type을 관리하는 type.d.ts 파일 생성
page 디렉토리에는 page, Vpage, type만 있도록 구현
@JeonDoGyun JeonDoGyun merged commit ba668fe into develop Nov 7, 2023
1 check passed
@JeonDoGyun JeonDoGyun deleted the feat/#165 branch November 7, 2023 09:54
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

Successfully merging this pull request may close these issues.

1 participant