React Props
What are React Props?
We use props in React to pass data from one component to another (from a parent component to a child component). Props are just a shorter way of saying properties. They are useful when you want the flow of data in your app to be...
shubhamaher.hashnode.dev2 min read