3.5.8 • Published 5 years ago

@nelreina/react-redux-form v3.5.8

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

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
3.5.8

5 years ago

3.5.7

5 years ago

3.3.14

6 years ago

3.3.9

6 years ago

3.3.8

6 years ago

3.2.11

7 years ago

3.2.9

7 years ago

3.2.8

7 years ago

3.2.7

7 years ago

3.2.6

7 years ago

3.2.5

7 years ago

3.2.3

7 years ago

3.2.2

7 years ago

3.2.0

7 years ago

3.0.1

7 years ago

2.4.0

7 years ago

2.2.0

7 years ago

2.0.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago