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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5928,9 +5928,9 @@ React Server Component는 React app 성능을 향상 시킬 목적으로 server-
5928
5928
5929
5929
**[⬆ Back to Top](#table-of-contents)**
5930
5930
5931
-
330. ### What is prop drilling?
5932
-
Prop Drilling is the process by which you pass data from one component of the React Component tree to another by going through other components that do not need the data but only help in passing it around.
5933
-
5931
+
330. ### prop drilling 이란 무엇인가?
5932
+
Prop Drilling은 data가 필요하지 않지만, 오직 전달하는 데 도움이 되는 컴포넌트를 통해 React Component tree의 component에서 다른 component로 data를 전달하는 프로세스입니다.
5933
+
5934
5934
331. ### What are the different ways to prevent state mutation?
0 commit comments