Skip to content

Latest commit

 

History

History
178 lines (127 loc) · 9.44 KB

react-forms.md

File metadata and controls

178 lines (127 loc) · 9.44 KB

React and Forms

(Note: the "linked state mixin" and "two-way binding" approaches described in some of these articles are still valid, but mostly discouraged at this point. The more idiomatic approach is "one-way data flow" with "controlled inputs".)

Related topics:

"Controlled" and "Uncontrolled Inputs

Form Tutorials and Usage

Form Validation

Other