home
develog
lifelog
IwannabeRealnerD
/
Develog
/
단어 정리
/
props
/
IwannabeRealnerD
/
Develog
/
단어 정리
/
props
/
home
develog
lifelog
props
Tags
react
html
HTML attributes in react
Passing Props to a Component
A JavaScript library for building user interfaces
•
React 공식 문서에서는 html attiribute에 해당하는 것 또한
props
라고 호칭
•
React는 실제 DOM의 HTML을 직접 조작하는게 아닌 VDOM을 이용해 간접 조작하는것이니 attribute라는 표현 보단 props가 더 맞음
properities
•
props → properties의 약자
Components and Props – React
A JavaScript library for building user interfaces