Genius Project

Jaewon Kwon

#Technology#Engineering

Showing all posts tagged "Component"

[React]Nested Components와 Props

Edit [React]Nested Components와 Props 이전 포스트에서 React component를 만드는 방법을 알아보았다. 이번 글에서는 component를 nested(중첩) 시키는 방법과 자식 React component에 데이터를 전달하는 방법에 대해 알아보자. 이전부터 쭉 말해왔지만 React의 가장 큰 장점은 state를 관리하는 것...

[React]React의 Component에 대하여

Edit [React]React의 Component에 대하여 React에서 가장 중요한게 무엇이냐 묻는다면 당연히 Component 일 것이다. React의 Component는 Angular의 Directive와 매우 유사하다. 이 Component는 하나의 모듈인데 HTML, CSS, JS 및 해당 관련된 데이터로 구성되어 있다. 보통 React에서는 C...