@nelreina/react-redux-form

3.5.8 • Public • Published

nr-react-form

version 2.0.0 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

Dependencies (9)

Dev Dependencies (8)

Package Sidebar

Install

npm i @nelreina/react-redux-form

Weekly Downloads

2

Version

3.5.8

License

MIT

Unpacked Size

2.56 kB

Total Files

3

Last publish

Collaborators

  • nelreina