Skip to content

logisticinfotech/react-redux-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version

react-redux-form

alt Redux form

Validation is crucial part of any website because there are always few pages need information from user side. Using validation provided information format is much structured, e.g. email, using validation user will enter email in proper format so ther eare less chances of wrong infomation added by user. Like wise we will put validation for other required field being used for form.

Redux form provided great solutions to maintain form state within a redux state so its reduce headache of maintaining state of each Field Component being used in a form. You can get more detail about redux from in this blog

Here i have create simple example using React Redux-form with validation. Here i have used options for login and sign up most commonly being used for all kind of websites. Actually purpose of adding birthdate and gender selection is special case as I struggled implementation of that so I think lets publish this blog so that will be helpful for people who are mostly looking for this kind of solutions.

Hope this will be helpful for person who is looking for this kind of soutions. Here i am attached small gif file with what i have developed using this code.