Powerful React Form Validation Component – veasy.js

Description:

veasy.js is a simple yet comprehensive form validation solution for React app.

Features:

  • Declarative way to define your validation rule.
  • Comprehensive validation rule set.
  • Progressive validation mechanism.
  • More than validation: Auto generate initial state, set fields with default value, etc.
  • Highly customizable: error message, default state, whatever you want.
  • Clean JSX hierarchy, use your own field item component.
  • Promise based architecture.
  • Easy to learn.

Installation:

# NPM
$ npm install veasy –save

Preview:

veasy.js

Add Comment