https://github.com/unstubbable/react-common
Common components and utilities for React.js
https://github.com/unstubbable/react-common
Last synced: 3 months ago
JSON representation
Common components and utilities for React.js
- Host: GitHub
- URL: https://github.com/unstubbable/react-common
- Owner: unstubbable
- License: mit
- Created: 2015-05-28T08:43:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T07:47:53.000Z (about 10 years ago)
- Last Synced: 2024-10-25T06:28:53.717Z (8 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Common components and utilities for React.js
Uses ES6/7 syntax.
## Components
### ValueValidationComponent
Abstract component for form fields that shall be validated. This should really be a Mixin, but [Mixins don’t work with ES6/React.js][es6-mixins] yet.
[es6-mixins]: https://facebook.github.io/react/docs/reusable-components.html#no-mixins