0.0.8 • Published 6 years ago

react-crud-form v0.0.8

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

react-crud-form

react-crud-form is a React component for rendering complex forms for relational data. Simply feed it your data and its schema.

Installation

npm i --save react-crud-form

Usage

See the example in /example/index.js.

Contributing

npm i to get started. This project uses Webpack; use npm run start to invoke it after any changes.

There is a lot of room for improvement :) PR's are encouraged!

TODO

  • Don't require all data to be loaded at once.
  • Support options for form customization.
  • Follow better React & JS practices.