You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React에서 사용하는 함수 컴포넌트는 함수의 일종인데, 함수 컴포넌트에 전달하는 인자(props)가 여러 하위 컴포넌트를 건너 뛰어 전달되는 경우 props drilling이라는 문제가 생겨서 전역 context를 활용하는 해결법을 사용하곤 한다. 그렇다면 함수형 프로그래밍을 고수한다면 전역 context을 읽고 쓰는 일은 암묵적 입력과 출력에 해당되므로 사용하면 안되는 패턴인걸까?
4장을 정리하면서 위 의문이 들었습니다. 같이 고민해보면 좋을 것 같습니다!
The text was updated successfully, but these errors were encountered:
의문이 드는 점
4장을 정리하면서 위 의문이 들었습니다. 같이 고민해보면 좋을 것 같습니다!
The text was updated successfully, but these errors were encountered: