Kizspy | Question: 14
(Choose 1 answer)
How can you initialize the state of a TextInput using the useState hook?
A. const [value, setValue] = useState(");
B. const [value, setValue] = useState;
C. const value = useState(");
D. const value = useState('Initial Value');