Skip to content

Latest commit

 

History

History
90 lines (64 loc) · 4.28 KB

react-forms.md

File metadata and controls

90 lines (64 loc) · 4.28 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