Pergunta de entrevista da empresa EY

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

Resposta da entrevista

Sigiloso

15 de jul. de 2020

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..