Everything to Know About React Props
What are React props?
Props in React are "properties" that allow components to pass data to another component. It is important to know that props can only pass information from a parent to a child component.
Here is a basic example of how props work...
kaiwritescode.hashnode.dev3 min read