react-gears icon indicating copy to clipboard operation
react-gears copied to clipboard

Document how to use components controlled/uncontrolled

Open balloob opened this issue 8 years ago • 0 comments

There are two ways to use components in React, controlled and uncontrolled. For each component we should make sure that we support both and also include examples for both.

  • https://facebook.github.io/react/docs/forms.html#controlled-components
  • https://facebook.github.io/react/docs/uncontrolled-components.html

balloob avatar Dec 10 '16 00:12 balloob