Skip to content

Commit afc49d8

Browse files
authored
Merge pull request #321 from SeonHyungJo/transition-330
Transition 330
2 parents 59d2c4a + 7c70280 commit afc49d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5928,9 +5928,9 @@ React Server Component는 React app 성능을 향상 시킬 목적으로 server-
59285928
59295929
**[⬆ Back to Top](#table-of-contents)**
59305930
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+
59345934
331. ### What are the different ways to prevent state mutation?
59355935
59365936
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)