So what I am trying to do is to implement name change in a Modal View. I have created a functional component, so I used useState hook:
const [name, setName] = u