I’m building a controlled form with dynamic fields. The Parent component get data from a redux store and then set state with the values. I don’t want to make it with too much code lines so I turn the dynamic fields into a component. States stay in the parent component and I use props to pass the handlechange function. Parent