Skip to content

Commit 7c70280

Browse files
committed
🔖 dididy / Translate / Update translate-300
1 parent f850bcf commit 7c70280

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
@@ -5926,9 +5926,9 @@ function App() {
59265926
59275927
**[⬆ Back to Top](#table-of-contents)**
59285928
5929-
330. ### What is prop drilling?
5930-
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.
5931-
5929+
330. ### prop drilling 이란 무엇인가?
5930+
Prop Drilling은 data가 필요하지 않지만, 오직 전달하는 데 도움이 되는 컴포넌트를 통해 React Component tree의 component에서 다른 component로 data를 전달하는 프로세스입니다.
5931+
59325932
331. ### What are the different ways to prevent state mutation?
59335933
59345934
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)