Best practice where to test validation?

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

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

    Property based testing framework for JavaScript (like QuickCheck) written in TypeScript

  • For something like this, I might break out fast-check for testing. It’s good at generating a wide range of values for a given type, and could help you get good test coverage without having to hand-author a lot of repetitive error inputs.

  • 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

  • The 5 principles of Unit Testing

    2 projects | dev.to | 14 Sep 2023
  • Master property-based testing in JavaScript: A step-by-step tutorial

    1 project | /r/javascript | 28 Apr 2023
  • Bring the power of property based testing framework fast-check into Vitest

    1 project | /r/coolgithubprojects | 16 Apr 2023
  • [AskJS] Should I be generating random data for parameters when unit testing?

    2 projects | /r/javascript | 5 Mar 2023
  • Generating dummy entities with random data for tests based on types

    4 projects | /r/typescript | 23 Jun 2022