React Tutorial: Forms


Fields in the DOM are capable of retaining their own state (a field keeps the value entered by the user in its value property). It is however possible to ask React to control a field by specifying the value and the behavior to adopt when a change is made.

Read more