React State vs Props

The difference between props and state is that state is internal and controlled by the component itself while props are external.

Code :