Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 503 Bytes

File metadata and controls

14 lines (8 loc) · 503 Bytes

FormsReactHooks

A React port of the "User Interface - Forms" Elm Example.

Expected Behavior:

Browser

The browser will display a form with three text fields, for name, password and password confirmation. A validation status will show below the form, to indicate "OK" if the passwords match, or "Passwords don't match!" otherwise.

Dependencies Used:

react react-dom