Skip to content

atomicobject/elegant-form-validation-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elegant Form Validation Using React Demo

This project is a demonstration of a simple approach of form validation in React apps.

For an explanation of the approach see Elegant Form Validation Using React.

This project was bootstrapped with Create React App.

Installing dependencies

yarn install or npm install

Running The App

yarn start or npm run start

The app will launch and be served at http://localhost:3000/. Initially validation errors will be hidden. Click Create Account to begin showing validation errors. Errors will then be "live". Refresh the page to start over.