Typing Form Events in React differs from native events, with React providing its own types. In React the event handlers will receive as an argument a React event object, more commonly known as a "synthetic event" In React, the function itself is passed as the event handler instead of its name in string form.
Sort: