Top 8 Perfect React Validating Component Examples

1.Falcon form

Form handling and error validation in React hooks. https://www.npmjs.com/package/falcon-form

Falcon form

Features

  • Specific message for custom conditionals.
  • React-native support.
  • Tiny bundle with no dependencies.
  • native HTML support.

Demo
Codesandbox here

View on GitHub

2.Formiz

React forms with easy validation and multi steps https://formiz-react.com/
Formiz

🧙‍ Multi steps forms
Multi steps form logic available out of the box! No more pain to build perfect UX for complex forms.

✅ Easy form validation
Create forms in React with full validation without the pain. Turn everything into a custom field with full validation!

🐛 No more logic duplication
Don’t duplicate your logic between display and validation. Validation is enabled only if the field is displayed.

💅 Forms with your own UX
Choose how to render validations, form buttons, and navigation between steps (wizard, tabs, other). It’s your choice!

⚛️ Built with hooks
Use hooks & cut the complexity to create custom fields :) Use complex logic without even thinking of it.

📱 React Native compatible
You can use it with React Native. Just use the as={View} property on FormizStep component to replace the div.

View on GitHub

3.React inputs validation

React form input validation components. Online demo examples https://edwardfhsiao.github.io/react-inputs-validation/

React inputs validation

View on GitHub

4.React hook form

React hooks for forms validation without the hassle. https://react-hook-form.com

React hook form

Features

  • Built with performance and DX in mind
  • Embrace uncontrolled form validation
  • Improve controlled form’s performance
  • Tiny size without any dependency
  • Follows HTML standard for validation
  • Compatible with React Native
  • Supports Yup schema-based validation
  • Supports native browser validation
  • Build forms quickly with the form builder

View on GitHub

5.React code input

React component for entering and validating PIN code.

React code input

Live example here

View on GitHub

6.Validation Interface

React application combined with react-router and react-validation to implement membership sign up interface

This application create through React.js. The purpose of this app is present a prototype of membership login and sign up interface combined with router and validation function.

Validation Interface

Demo
Check it out live!

View on GitHub

7.React form with constraints

Simple form validation for React
Simple form validation for React

View on GitHub

8.Revalidation

Higher Order Component for Validating Forms in React http://revalidation.oss.25th-floor.com/

Higher Order Component for Forms in React
Revalidation lets you write your forms as stateless function components, taking care of managing the local form state as well as the validation. Revalidation also works with classes and will support other React-like libraries like Preact or Inferno in the future.
Revalidation

View on GitHub

#reactjs #javascript

Top 8 Perfect React Validating Component Examples
14.60 GEEK