Understanding React Props
What are React Props?
In React, props are a way to pass data from a parent component to a child component.
The arguments we pass to functions are called "props" in React Components. It is an object which stores the value of attributes of a tag and gi...
rajsarkar.hashnode.dev4 min read