Ensure a Zod validator actually valid given type.

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

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

    🔩 The missing TypeScript utils

  • Zod is a solution for generating validators. I used to be reluctant to use it because I like to declare my types with the TypeScript syntax. I am not satisfied by getting the type inferred from the validator. The solution I found is to use tsafe, a utility that enables to make sure that two types are equals. With this solution you'll have to declare your type twice, once with the TypeScript syntax and once when declaring your zod parser but you are garentied that if you update your type and forget to update the corresponding zod parser your app won't build.

  • 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

  • Bun 1.1

    17 projects | news.ycombinator.com | 1 Apr 2024
  • Script to delete ALL Node_modules Folders in the Current Directory Recursively

    1 project | /r/Frontend | 7 Dec 2023
  • Bundlejs: Package Bundle Size Checker

    1 project | news.ycombinator.com | 10 Sep 2023
  • ESM & CJS: The subtle shift in bundlejs' behaviour

    2 projects | dev.to | 8 Jul 2023
  • Node.js codebase is still entirely in Javascript and not in Typescript and node team does not even officially provide node TS types

    5 projects | /r/node | 21 Jun 2023