Passing a function with an event from child to parent component
I’ve a child component with an input and I want to pass info in the event with props. What’s the best way to send the data to the parent component?
I’ve a child component with an input and I want to pass info in the event with props. What’s the best way to send the data to the parent component?