react-gears
react-gears copied to clipboard
Document how to use components controlled/uncontrolled
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