In a React functional component the data is stored in a local state
const [member, setMember] = React.useState();
and the TextF