erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12k stars 2.5k forks source link

Docs on how to use validation.js #1405

Open chadmadna opened 7 years ago

chadmadna commented 7 years ago

In src/utils/validation.js, I see functions for validating forms. Inside there is a function called createValidator. Can you please elaborate further how to use these validator functions and the createValidator function? Thanks.