I have an object state like this:
const [form, setForm] = useState({ name: \'\', addr: \'\', ... })
And I use a helper component: