Prop is a very common term in React.
It is one of the must-know concepts for React beginners as you will always use props in most of your React applications.
In this article, you will learn the meaning of props in depth, how to use it, how to pass it...