3.5.8 • Published 4 years ago

@nelreina/react-redux-form v3.5.8

Weekly downloads
2
License
MIT
Repository
github
Last release
4 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

4 years ago

3.5.7

4 years ago

3.3.14

5 years ago

3.3.9

5 years ago

3.3.8

5 years ago

3.2.11

6 years ago

3.2.9

6 years ago

3.2.8

6 years ago

3.2.7

6 years ago

3.2.6

6 years ago

3.2.5

6 years ago

3.2.3

6 years ago

3.2.2

6 years ago

3.2.0

6 years ago

3.0.1

6 years ago

2.4.0

6 years ago

2.2.0

6 years ago

2.0.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago