An open API service indexing awesome lists of open source software.

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

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