How does a prop relate to state? ReactJS Interview Question
A prop is a portion of state passed down from a parent component to a child component.

https://www.interviewquestionspdf.com/2017/02/how-does-prop-relate-to-state-reactjs.html
A prop is a portion of state passed down from a parent component to a child component.