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

[ 4주차 생각 과제 ] 4주차 과제 제출 #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Geun-Oh
Copy link
Contributor

@Geun-Oh Geun-Oh commented May 11, 2023

🥺 소요 시간, 어려웠던 점

  • 1h
  • 매번 여러 번 고민해봐야하는 주제여서 더 친숙했던 것 같습니다...
  • 합세 화이팅!!

@Geun-Oh Geun-Oh self-assigned this May 11, 2023
Copy link

@Yeonseo-Jo Yeonseo-Jo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고했오!!

### 상태관리 도구를 사용한다.

사실 가장 현명하고 주요한 해결책이라고 생각한다. 데이터를 필요로 하는 컴포넌트가 정말 깊숙히 위치하고 있다면, React에서 제공하는 Context API를 사용하거나 Redux 등의 외부 상태관리 라이브러리를 사용해서 문제를 해결할 수 있다. 물론 어플리케이션의 모든 곳에서 이와 같은 도구를 사용해야하는 것은 아니지만, 비교적 손쉽게 문제를 해결할 수 있다.
물론 이를 무조건적으로 맹신하는 것도 좋지 않기 때문에, 어디까지 전역 상태 관리를 활용하고 어디부터 props Drilling을 적용할지 고민하는 시간이 필요하다.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이게 진짜 어려운것 같넹 .. 형근이의 생각도 공유해줘!


## 그렇다면 나는 합동세미나, 솝커톤, 웹잼에서 어떤걸 시도해보고 싶은가? 👉 또 그이유는 무엇인가?!

개인적으로 Recoil에 능숙하지 못하다고 생각한다. 타 라이브러리(Redux, contextAPI)의 경우 프로젝트를 통해 여러 번 경험했었는데,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

저는 반대로 recoil만 경험해보고 나머지는 많이 써보지 못했는데..! redux랑 contextAPI 과외 해주세요!

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

Successfully merging this pull request may close these issues.

2 participants