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.
yarn install
or
npm install
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.