The argument passed to useState() is the initial value of the state. For example: useState(0) initializes the state variable with the value 0.