The difference between state and props in React
What are props?
“Props,” or properties, are data that is passed unidirectionally from one component to another. Props are to a component as parameters are to a function.
What is a state?
A state is local data storage used to hold information needed w...
ankushpndt.hashnode.dev2 min read