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

[이승환] 기능구현 챌린지 #2

Merged
merged 44 commits into from
May 16, 2024
Merged

[이승환] 기능구현 챌린지 #2

merged 44 commits into from
May 16, 2024

Conversation

Leeseunghwan7305
Copy link
Member

@Leeseunghwan7305 Leeseunghwan7305 commented May 10, 2024

설계의 방향성

  • 유지보수와 확장성을 고려한 컴포넌트 설계하기 ex) 합성 컴포넌트, props getter패턴 등 사용
  • 비즈니스 로직과 뷰 로직을 분리해 재사용과 관심사 분리 및 추상화 잘 시키기

고민사항

  1. 컴포넌트 재사용을 할 수 있으면 무조건 하면 좋은지
    컴포넌트를 재사용 할 수록 코드의 복잡도가 늘어나서 힘들었어요.
    마음편하게 컴포넌트를 여러개 만드는 것도 방법이라고 생각하는데 기준이 있을까요?

  2. 비즈니스 로직과 뷰 로직을 커스텀 훅을 사용해 어떤 기준으로 얼마나 분리해야하는지
    문제는 컴포넌트가 많아지면서 많은 곳에서 상태를 관리해야 했었고 상위에 있는 커스텀 훅에서 로직을 작성해 내려줘야했는데 그거 때문에
    depth가 깊어졌어요.
    해결 방법은 컴포넌트마다 커스텀 훅을 작성해 해결할 수 있다고 생각합니다. 근데 커스텀 훅을 부담없이 1회성으로 많이 만들어도 될까요?

    • 추가로 모든 비즈니스 로직을 관심사의 분리를 위해 커스텀 훅안에서 작성해야할까요? 밖에다 작성하는 기준과 예시가 궁금합니다.
  3. 브라우저 저장소 (로컬,세션,캐시) 스토리지중에 결과리스트,최근 검색리스트를 어디에 저장할지

리드미 링크:https://github.com/Leeseunghwan7305/Infinite_Challenge_FE

@Leeseunghwan7305 Leeseunghwan7305 self-assigned this May 10, 2024
@Leeseunghwan7305 Leeseunghwan7305 merged commit a815aba into main May 16, 2024
1 check passed
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