Build your intuition. Is this statement true or false?
React provides the useState hook as a way to manage state in functional components. We can use the useState hook to create stateful components by defining a state variable and an update function.
Press true if you believe the statement is correct, or false otherwise.