5.1.1 • Published 7 years ago

nr-react-form v5.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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
5.1.1

7 years ago

5.1.0

7 years ago

5.0.1

7 years ago

5.0.0

7 years ago

4.1.1

7 years ago

4.1.0

7 years ago

4.0.0

7 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago