What are props

suggest change

Props are used to transfer data from parent to child component. Props are read only. Child component can only get the props passed from parent using this.props.keyName. Using props one can make his component reusable.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Props:
*What are props

Table Of Contents