it is said that the this.props in react.js is the object passed from the parent component to the child component
I print out the this.props to show the following
what is in the this.props without a parent component?
=
is there any article that explains this props in detail
I want to know what this props is and the specific analysis of this object