validation ???

This page summarizes the projects mentioned and recommended in the original post on /r/react

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Yup

    Dead simple Object schema validation

  • As for validation libraries, I would recommend Yup. With it you define your validation rules in a schema object which can be used where ever you need to do validation. It also integrates very nicely with react-hook-form which is what I’ve moved to using for any nontrivial forms.

  • 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
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

  • Converting React Forms to Formik and Yup

    1 project | dev.to | 13 Apr 2024
  • Crafting Forms in React: Vanilla vs. React Hook Form vs. Formik

    3 projects | dev.to | 12 Apr 2024
  • Popular Libraries For Building Type-safe Web Application APIs

    6 projects | dev.to | 7 Apr 2024
  • Ask HN: Looking for a project to contribute to? (April 2024)

    1 project | news.ycombinator.com | 2 Apr 2024
  • Lessons from open-source: Replace zod with superstruct if you do not use zod’s advanced capabilities

    2 projects | dev.to | 26 Mar 2024