How to Pass Data From One Component to Other Component in React?
Props are used for passing data between the components. We usually use it to pass data from the parent component to the child component.
But what if you need to pass data from Child to Parent component? What if you need to pass data between siblings...
deepakhq.hashnode.dev4 min read