React props
Intro to props
To make a parent component "talk" to a child component:
the parent component will use a special kind of attribute or property known as props
this consists of an attribute in a JSX tag
the attribute can take on any key name with any ...
joncoded.hashnode.dev2 min read