Skip to content

Simple React project with Layout and three routes. Handles custom hooks, SPA routing. Simple react project on forms and validation, User can has shown three fields, username, password, email, none of the fields should be empty. I data is not valid then we should not enable button

Arsha-suresh/react-forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

react-forms

Simple react project on forms and validation every Page renders in layout Dummy header and footer section. For route '/', is the main route there is another route 'product'. # '/regForms' is the child route of '/' which get loaded in the There is an error page added for handling error routes, if there a routing error occurs it navigates to home page '/';

SimpleForm element's input form control is painted using custom hooks useInput which accepts a form validation function.

use Input has an enteredInput which is managed by site.

#inputChangeHandler and inputBlurHandler is returned by use Input

About

Simple React project with Layout and three routes. Handles custom hooks, SPA routing. Simple react project on forms and validation, User can has shown three fields, username, password, email, none of the fields should be empty. I data is not valid then we should not enable button

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published