SoYoung210 / SOSO

👩‍🚀 SOSOLOG
https://so-so.dev/
MIT License
29 stars 4 forks source link

react/scoped-context/ #103

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Scoped Context | SOSOLOG

React Context API는 React 컴포넌트 트리 내의 전역적(global)인 데이터를 공유할 수 있는 방법이다. Provider가 선언된 컴포넌트 기준으로 하위 컴포넌트에서는 해당 Context의 값을 사용할 수 있다. Provider 하위컴포넌트에서 Context를 사용할 수 있다는 것은, “Consumer는 가장 가까운 Provider기준으로 동작한다”는 것과 동일한 말이다. always loo

https://so-so.dev/react/scoped-context/

byunghun-jake commented 2 years ago

아직은 이런 글을 읽기엔 머리아프네요 😇 Context API 알지! 하고 들어왔다가 음...아...오... 하고 끝까지 내려왔습니다. 감사합니다 ㅎㅎ

hg-pyun commented 1 year ago

좋은 글 감사합니다.

with-key commented 1 year ago

fe conf 를 보고 jotai 활용하여 컴파운드 컴포넌트를 구상하고 있었는데, 좋은 글 감사합니다.