home

props

Tags
react
html

HTML attributes in react

React 공식 문서에서는 html attiribute에 해당하는 것 또한 props라고 호칭
React는 실제 DOM의 HTML을 직접 조작하는게 아닌 VDOM을 이용해 간접 조작하는것이니 attribute라는 표현 보단 props가 더 맞음

properities

props → properties의 약자