nr-react-form

5.1.1 • Public • Published

nr-react-form

Utility package using redux-form for creating Forms

NOTE V5.*

I renamed some of the Objects to make the library more generic.

Why

Redux form is Awesome but the api have a lot of boilerplate code. I found myself creating the same form over and over again. I needed a simpler Api. So I aproach this from a data-structure view point, and created an Api for the most common use cases.

{
    firstName: {type: 'text'},
    lastName: {type: 'text'},
}

View the Demo Site nr-react-form for examples.

Todo:

  • Form works with Bootstrap but must be css library independend
  • Support for other input types like textarea, radiobutton etc... Target next version
  • Field Array validation
  • API Documentation

Dependents (0)

Package Sidebar

Install

npm i nr-react-form

Weekly Downloads

1

Version

5.1.1

License

MIT

Unpacked Size

55 kB

Total Files

44

Last publish

Collaborators

  • nelreina