How would you implement a form have two components(having one textbox each) taking inputs and updating another component with a textbox with sum? You can explain in react
Sigiloso
2 components and send function to return textbox value to main component as props, use a state to calculate sum and send the sum as props to the third component. Interviewer didn't get what i said..