Skip to content

RyanAtViceSoftware/MasteringReactJsValidationExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Mastering ReactJs Validation Sample with the React Validation Mixin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published