what is prop in react ?
In React, a "prop" (short for "properties") is a mechanism for passing data from a parent component to a child component. Props allow you to customize and configure child components, making them reusable and flexible.
When you create a React compon...
sourabhprajapati.hashnode.dev1 min read