The useState() hook can take only one argument, which is the initial state value. For example: useState('Hello') sets the initial state to 'Hello'.