profile
Frontend Engineer in @KakaoStyle

[React hooks] useContext

React에서 nested한 Children Component에게 props를 전달해야할 경우, props를 계속해서 넘겨줘야하고, 변경 점이 생기면 모두 수정해줘야하는 상황이 발생한다.이때, React Context를 통해 global로 state를 관리할 수 있다.

2020년 8월 31일
·
0개의 댓글
·