Q. What is the default behavior of a form submission in React?
β
Correct Answer: (B)
It reloads the page
Explanation: The default form submission behavior causes a page reload, which can be prevented using preventDefault().