Props(Properties):
What are Props?
props are inbuilt object.
Props are used to send the data from parent components to child components.
props are immutable it means once the value is passed from parent component it can't be changed.
props are uni-directional.
Q....
reactjsbynitin.hashnode.dev2 min read