46. How can you handle form submissions in a React component?
1 point
By using the 'handleFormSubmit' method
By attaching an 'onClick' event to the submit button
By using the 'onSubmit' event handler on the form element
By using the 'formSubmit' hook
FUO