mobservable-form React component
npm install mobservable-form[![Travis][build-badge]][build]
[![npm package][npm-badge]][npm]
[![Coveralls][coveralls-badge]][coveralls]
A React Form library that uses Mobservable, inspired by Redux-Form.
Still in early production.
Collaborating on this React component:
You will need the following things properly installed on your computer.
* Git
* Node.js (with npm)
* nwb - npm install -g nwb
* git clone this repository
* change into the new directory
* npm install
* nwb serve will run the component's demo app
* Visit the demo at http://localhost:3000
* nwb test will run the tests once
* nwb test --server will run the tests on every change
* nwb build
[build-badge]: https://img.shields.io/travis/user/repo/master.svg?style=flat-square
[build]: https://travis-ci.org/user/repo
[npm-badge]: https://img.shields.io/npm/v/npm-package.svg?style=flat-square
[npm]: https://www.npmjs.org/package/npm-package
[coveralls-badge]: https://img.shields.io/coveralls/user/repo/master.svg?style=flat-square
[coveralls]: https://coveralls.io/github/user/repo