David Nguyeneplus.dev·Oct 5, 2024Knowledge check: Table booking systemWhat 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...UI/UXKnowledge check: Table booking system