React: ways to pass data from child to parent components
In React, it's common to pass data down the component tree from parent to child using props. However, sometimes you might need to pass state data back up the component tree from a child component to its parent. In this blog, we'll explore five differ...
kiranv.hashnode.dev4 min read