Form validation in React using the useReducer Hook

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • redux

    A JS library for predictable global state management

  • Redux form cannot function on its own. It has 2 additional dependencies redux and react-redux. If you are already using redux in your application, then you have already installed redux and react-redux packages. You can see that from the bundle phobia analysis given below that it adds 35 kB to your bundle size, while react itself is just about 38.5 kB.

  • react-redux

    Official React bindings for Redux

  • Redux form cannot function on its own. It has 2 additional dependencies redux and react-redux. If you are already using redux in your application, then you have already installed redux and react-redux packages. You can see that from the bundle phobia analysis given below that it adds 35 kB to your bundle size, while react itself is just about 38.5 kB.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • react-form-validation

  • You can view the complete source code here and a demo here.

  • redux-form

    A Higher Order Component using react-redux to keep form state in a Redux store

  • There are a lot of libraries out there for validating forms in react. Redux-Form, Formik, react-final-form are few among them.

  • formik

    Discontinued Build forms in React, without the tears 😭 [Moved to: https://github.com/jaredpalmer/formik]

  • There are a lot of libraries out there for validating forms in react. Redux-Form, Formik, react-final-form are few among them.

  • react-final-form

    🏁 High performance subscription-based form state management for React

  • There are a lot of libraries out there for validating forms in react. Redux-Form, Formik, react-final-form are few among them.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts