Declarative Data Validation with Functional Programming and Rule-Based Approach

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

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
  • rule-based-data-validation

    Declarative data validation made with rule-based approach and functional programming.

  • I won't show the code for the markup, the styles, and most of the DOM handling because it's not that important for this topic. But you can always see the source code on GitHub or look it up in the running application.

  • react-hook-form

    📋 React Hooks for form state management and validation (Web + React Native)

  • If you really need the library, then the pure functions won't be difficult to pair with it. Especially if the library also supports the declarative approach, like React Hook Form.

  • 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

  • Why do i need a conditional type constraint when i already have the same constraint in the type arguments

    1 project | /r/typescript | 26 Jan 2023
  • Ejemplos de cómo establecer valores predeterminados para elementos de formulario en React utilizando react-hook-form

    1 project | dev.to | 24 Jan 2023
  • Forms in react

    1 project | /r/reactjs | 22 Jan 2023
  • F**king React

    1 project | /r/Frontend | 21 Jan 2023
  • Set default values in react-hook-form

    1 project | dev.to | 13 Jan 2023