Package Exports
- react-formstate
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-formstate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-formstate
A practical approach to React forms
react-formstate is a productivity solution for writing elegant and maintainable React forms.
Setup
$ npm install react-formstate --saveWalkthrough
Features and examples
- Basic example
- Show validation message on blur
- Validation
- React-Bootstrap example
- Nonstandard input example: react-datepicker
Advanced features and examples
- Asynchronous validation
- Nested form components
- Form extension
- Arrays
- Other input types: checkbox, checkbox group, radio group, select, and multi-select
- The onUpdate callback
Documentation
Peer dependencies
- React (!)
- Assumes es5 polyfills (for example: Object.keys and Array.isArray)
Alternate titles
- Friendly full featured finely functioning fantastically fun form framework for React
- Another React form package?!