Introduction props in React
What exactly is a prop?
A prop is a shorthand name for ‘properties.’ It is used to pass data from a parent component to its children components. A child component cannot modify the prop; props are read-only.
Props are similar to attributes in HTML DO...
blogs.abhijeetgautam.in8 min read