How to Pass Props from Child to Parent Components in React: A Practical Guide
React components usually have a unidirectional data flow from parent to its children via props. But sometimes children components should be able to send data to its parent components. React doesn’t offer a built-in mechanism for passing props from ch...
mayurlalwani.hashnode.dev3 min read