/MasteringReactJsValidationExample

Mastering ReactJs Validation Sample with the React Validation Mixin

Primary LanguageJavaScript

Mastering ReactJs Validation Sample with the React Validation Mixin

This code is sample code from the book Mastering ReactJs by Ryan Vice and Adam Horton and shows how to do field and form level validaitons using ReactJs with the React Validation Mixin.

To run this code

  1. Execute from command prompt (Windows) or terminal (Mac)

    npm install
    
  2. Execute from command prompt (Windows) or terminal (Mac)

    npm start
    
  3. Open index.html in a browser.

You can do this by simply right clicking on the file in explorer or finder and then selecting to open the file with your favorite browser.

This will run watchify and will rebuild dist/bundle.js anytime you change the code in app.jsx.