Parent/Child Conversations in React
If you've gone through the basics of react you would have immediately noticed the Component architecture that react follows.
<ParentComponent>
<ChildComponent />
</ParentComponent>
Most of the time, these components share data among themselves an...
ebinabo.hashnode.dev4 min read