single source of truth between parent and child components in React
I am working on a data form which has a custom component made up of three input fields. The component looks like this : I can also append more rows of the same component: I want the main form to always have a copy of the component input data so it can be attached to … Read more