react-validondeprecated

React validation library

Usage no npm install needed!

<script type="module">
  import reactValidon from 'https://cdn.skypack.dev/react-validon';
</script>

README

react-validon npm package

React-validon is a small, simple, flexible and extensible validation library for React >= 16.

React-validon is independent of store and can work with local component state, Redux and MobX.

React-validon validators supports memoization (with nano-memoize), so you should not worry about performance when you call validator creator function in component render method like this:

<Input name="name" value={this.state.name} validators={required()}>

Simple demo

Examples

License

MIT