Knowledge check: Table booking system
What is the purpose of the useState hook in React?
To bind an event handler to an element.
To bind a value to the props of a component.
To manage the component's state
To manage the component's context
What is missing from the code below?
imp...