Hack to have Two Data Binding
In React, passing data from a child component to its parent can be done by passing a function as a prop from the parent component to the child component. The child component can then call that function with any data that needs to be passed back to th...
jeevanhenrydsouza.hashnode.dev2 min read