Skip to content

Latest commit

 

History

History
125 lines (89 loc) · 6.32 KB

react-forms.md

File metadata and controls

125 lines (89 loc) · 6.32 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".)

"Controlled" and "Uncontrolled Inputs

Form Tutorials and Usage

Form Validation

Other