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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
🤔부모 컴포넌트에서 query를 통해 데이터를 가져온다고 가정하고, 자식 컴포넌트에서도 query로 가져온 데이터가 필요하다면 어떤 방식으로 데이터를 공유하는게 좋을까요?
1️⃣ 부모 컴포넌트로부터 props를 통해 자식 컴포넌트에 가져온 데이터를 전달한다.
2️⃣ queryKey를 통해 데이터가 캐싱되어 있으니, 부모 컴포넌트로부터 주입하기보다 독립적으로 캐싱된 데이터를 불러온다.
여러분들은 어떤 방법을 선호하는지 궁금합니다. 이외에도 더 좋은 방법이 있다면 자유롭게 의견 주시면 감사하겠습니다.
Beta Was this translation helpful? Give feedback.
All reactions