PROPS meaning properties in React.js, and these properties/property can be passed from one component to another component ( for example : a property passed from parent component to the child component).
- These properties are read-only.
- Through these, parent component can send data to child component.
In Student.jsx :
So, this is a topic in React.js that took me quite some time to understand and grasp the concept, but at the end, the satistaction of finally understanding it made all that effort worth it.
SOCIAL SHARE CARD GENERATOR