Utilizing functions
High-order validators
Consider writing a set of pure high-order validator functions that accept optional set of parameters and always return a validator function expected by React Advanced Form:
validators/minLength.js
Use the minLength
function parametrically whenever necessary:
validationRules.js
Last updated