Frontend Development ยท React
How would you answer an interview scenario involving forms and controlled inputs in React?
For a registration form that must disable Submit until fields are valid, store the field values, derive validation state, and submit a normalized payload only when validation succeeds.