Props vs State in ReactJS
Props
"Props" stands for "Properties." They are read-only components. It is an object which stores the value of the attributes of a tag and works similarly to the HTML attributes. It gives a way to pass data from one component to another component. I...
amirahnasihah.hashnode.dev6 min read