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 clone <repository-url>
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 oncenwb test --server
will run the tests on every change
nwb build